File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22cmake_minimum_required (VERSION 3.0)
33
44project (unit-tests C CXX)
5- add_definitions (-DWSJCPP_APP_VERSION="ut-v0.2.2 " )
5+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.2.3 " )
66add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-core" )
77
88if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
@@ -19,7 +19,7 @@ set (WSJCPP_SOURCES "")
1919find_package (Threads REQUIRED)
2020list (APPEND WSJCPP_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} )
2121
22- # wsjcpp-core:v0.2.2
22+ # wsjcpp-core:v0.2.3
2323list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
2424list (APPEND WSJCPP_SOURCES "../src/wsjcpp_core.cpp" )
2525list (APPEND WSJCPP_SOURCES "../src/wsjcpp_core.h" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_cxx_standard: 17
33cmake_minimum_required : 3.0
44
55name : wsjcpp-core
6- version : v0.2.2
6+ version : v0.2.3
77description : Basic Utils for wsjcpp
88issues : https://github.com/wsjcpp/wsjcpp-core/issues
99repositories :
You can’t perform that action at this time.
0 commit comments