From dd0003f8fe0157c25d5dde70187d06c659605a17 Mon Sep 17 00:00:00 2001 From: MoAlyousef Date: Fri, 28 May 2021 05:39:00 +0300 Subject: [PATCH] add nlohmann_json to cmake toml --- cmake.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]