We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32caca commit dd0003fCopy full SHA for dd0003f
cmake.toml
@@ -20,7 +20,7 @@ type = "executable"
20
sources = ["src/*.cpp", "include/*.hpp"]
21
include-directories = ["include"]
22
compile-features = ["cxx_std_11"]
23
-link-libraries = ["toml11", "ghc_filesystem", "mpark_variant", "ordered_map"]
+link-libraries = ["toml11", "ghc_filesystem", "mpark_variant", "ordered_map", "nlohmann_json"]
24
25
[[install]]
26
targets = ["cmkr"]
0 commit comments