summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-25 14:08:23 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-25 14:08:23 +0200
commit9ec62f964df0070cb13df4e1de3d52dc7f27189b (patch)
treedba1f0323d270890a0d4887511a984fa892d2827 /core
parentd8f7672230aa411807caa93e38fee8876bf00c8f (diff)
downloadturns-9ec62f964df0070cb13df4e1de3d52dc7f27189b.tar.xz
turns-9ec62f964df0070cb13df4e1de3d52dc7f27189b.zip
build: add nlohmann json
Diffstat (limited to 'core')
-rw-r--r--core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
index 034c759..9b6390c 100644
--- a/core/CMakeLists.txt
+++ b/core/CMakeLists.txt
@@ -23,6 +23,7 @@ target_include_directories("core" PUBLIC
target_link_libraries("core" PUBLIC
"PkgConfig::giomm"
"PkgConfig::glibmm"
+ "nlohmann_json::nlohmann_json"
)
enable_coverage("core")