Skip to content

Commit acdcee2

Browse files
committed
Installed nlohmann_json
1 parent 1093129 commit acdcee2

File tree

5 files changed

+22920
-0
lines changed

5 files changed

+22920
-0
lines changed

src.wsjcpp/CMakeLists.txt

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

25+
# nlohmann/json:v3.7.3
26+
list (APPEND WSJCPP_INCLUDE_DIRS "./src.wsjcpp/nlohmann_json/")
27+
list (APPEND WSJCPP_SOURCES "./src.wsjcpp/nlohmann_json/json.hpp")
28+
2529

0 commit comments

Comments
 (0)