summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
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")