add nlohmann_json to cmake toml

toml-checker
MoAlyousef 4 years ago
parent a32caca8f0
commit dd0003f8fe

@ -20,7 +20,7 @@ type = "executable"
sources = ["src/*.cpp", "include/*.hpp"] sources = ["src/*.cpp", "include/*.hpp"]
include-directories = ["include"] include-directories = ["include"]
compile-features = ["cxx_std_11"] 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]] [[install]]
targets = ["cmkr"] targets = ["cmkr"]

Loading…
Cancel
Save