Skip to content

Commit dd0003f

Browse files
committed
add nlohmann_json to cmake toml
1 parent a32caca commit dd0003f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type = "executable"
2020
sources = ["src/*.cpp", "include/*.hpp"]
2121
include-directories = ["include"]
2222
compile-features = ["cxx_std_11"]
23-
link-libraries = ["toml11", "ghc_filesystem", "mpark_variant", "ordered_map"]
23+
link-libraries = ["toml11", "ghc_filesystem", "mpark_variant", "ordered_map", "nlohmann_json"]
2424

2525
[[install]]
2626
targets = ["cmkr"]

0 commit comments

Comments
 (0)