Skip to content

Commit d28cd6d

Browse files
committed
Installed nlohmann/json
1 parent 872ffce commit d28cd6d

File tree

7 files changed

+24714
-2
lines changed

7 files changed

+24714
-2
lines changed

src.wsjcpp/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ list (APPEND WSJCPP_SOURCES "./src.wsjcpp/wsjcpp_core/wsjcpp_core.h")
2424
list (APPEND WSJCPP_SOURCES "./src.wsjcpp/wsjcpp_core/wsjcpp_resources_manager.h")
2525
list (APPEND WSJCPP_SOURCES "./src.wsjcpp/wsjcpp_core/wsjcpp_resources_manager.cpp")
2626

27+
# nlohmann/json:v3.7.3
28+
list (APPEND WSJCPP_INCLUDE_DIRS "./src.wsjcpp/nlohmann_json/")
29+
list (APPEND WSJCPP_SOURCES "./src.wsjcpp/nlohmann_json/json.hpp")
30+
2731

0 commit comments

Comments
 (0)