From 9ec62f964df0070cb13df4e1de3d52dc7f27189b Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 25 Jul 2024 14:08:23 +0200 Subject: build: add nlohmann json --- core/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'core') 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") -- cgit v1.2.3