diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 14:08:23 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-25 14:08:23 +0200 |
| commit | 9ec62f964df0070cb13df4e1de3d52dc7f27189b (patch) | |
| tree | dba1f0323d270890a0d4887511a984fa892d2827 /core | |
| parent | d8f7672230aa411807caa93e38fee8876bf00c8f (diff) | |
| download | turns-9ec62f964df0070cb13df4e1de3d52dc7f27189b.tar.xz turns-9ec62f964df0070cb13df4e1de3d52dc7f27189b.zip | |
build: add nlohmann json
Diffstat (limited to 'core')
| -rw-r--r-- | core/CMakeLists.txt | 1 |
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") |
