File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Automaticly generated by wsjcpp@v0.1.7
22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_APP_VERSION="v0.2.1 " )
4+ add_definitions (-DWSJCPP_APP_VERSION="v0.2.2 " )
55add_definitions (-DWSJCPP_APP_NAME="wsjcpp-core" )
66
77if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
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.1 " )
5+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.2.2 " )
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.1
22+ # wsjcpp-core:v0.2.2
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.1
6+ version : v0.2.2
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