diff --git a/cmake.toml b/cmake.toml index 1fb86f5..8ecdc1d 100644 --- a/cmake.toml +++ b/cmake.toml @@ -20,7 +20,7 @@ type = "executable" sources = ["src/*.cpp", "include/*.hpp"] include-directories = ["include"] compile-features = ["cxx_std_11"] -link-libraries = ["toml11", "ghc_filesystem", "mpark_variant", "ordered_map"] +link-libraries = ["toml11", "ghc_filesystem", "mpark_variant", "ordered_map", "nlohmann_json"] [[install]] targets = ["cmkr"]