Skip to content

Commit 1e19eae

Browse files
committed
Updated nlohmann/json
1 parent 2489ed6 commit 1e19eae

File tree

6 files changed

+7185
-4536
lines changed

6 files changed

+7185
-4536
lines changed

src.wsjcpp/CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Automaticly generated by wsjcpp@v0.0.1
1+
# Automaticly generated by wsjcpp@v0.1.6
22
cmake_minimum_required(VERSION 3.0)
33

4-
add_definitions(-DWSJCPP_VERSION="v0.1.0")
5-
add_definitions(-DWSJCPP_NAME="wsjcpp-geoip")
4+
add_definitions(-DWSJCPP_APP_VERSION="v0.1.0")
5+
add_definitions(-DWSJCPP_APP_NAME="wsjcpp-geoip")
66

77
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
88
set(MACOSX TRUE)
@@ -22,7 +22,7 @@ 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
25+
# nlohmann/json:v3.9.1
2626
list (APPEND WSJCPP_INCLUDE_DIRS "./src.wsjcpp/nlohmann_json/")
2727
list (APPEND WSJCPP_SOURCES "./src.wsjcpp/nlohmann_json/json.hpp")
2828

0 commit comments

Comments
 (0)