File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp@v0.1.5
1+ # Automaticly generated by wsjcpp@v0.1.6
22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_APP_VERSION="v0.2.0 " )
4+ add_definitions (-DWSJCPP_APP_VERSION="v0.2.1 " )
55add_definitions (-DWSJCPP_APP_NAME="wsjcpp-arguments" )
66
77if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp@v0.1.5
1+ # Automaticly generated by wsjcpp@v0.1.6
22cmake_minimum_required (VERSION 3.0)
33
44project (unit-tests C CXX)
5- add_definitions (-DWSJCPP_APP_VERSION="ut-v0.2.0 " )
5+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.2.1 " )
66add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-arguments" )
77
88if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
@@ -27,7 +27,7 @@ list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.cpp")
2727list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests.h" )
2828list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_core/wsjcpp_unit_tests_main.cpp" )
2929
30- # wsjcpp-arguments:v0.2.0
30+ # wsjcpp-arguments:v0.2.1
3131list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
3232list (APPEND WSJCPP_SOURCES "../src/wsjcpp_arguments.cpp" )
3333list (APPEND WSJCPP_SOURCES "../src/wsjcpp_arguments.h" )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_cxx_standard: 11
33cmake_minimum_required : 3.0
44
55name : wsjcpp-arguments
6- version : v0.2.0
6+ version : v0.2.1
77description : Helpful parser for parsing application arguments
88issues : https://github.com/wsjcpp/wsjcpp-arguments/issues
99
You can’t perform that action at this time.
0 commit comments