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 [email protected] 22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_APP_VERSION="v0.0.2 " )
4+ add_definitions (-DWSJCPP_APP_VERSION="v0.0.3 " )
55add_definitions (-DWSJCPP_APP_NAME="wsjcpp-jsonrpc20" )
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.0.2 " )
5+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.0.3 " )
66add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-jsonrpc20" )
77
88if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
@@ -38,7 +38,7 @@ list (APPEND WSJCPP_INCLUDE_DIRS "../src.wsjcpp/wsjcpp_validators/")
3838list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.h" )
3939list (APPEND WSJCPP_SOURCES "../src.wsjcpp/wsjcpp_validators/wsjcpp_validators.cpp" )
4040
41- # wsjcpp-jsonrpc20:v0.0.2
41+ # wsjcpp-jsonrpc20:v0.0.3
4242list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
4343list (APPEND WSJCPP_SOURCES "../src/wsjcpp_jsonrpc20.h" )
4444list (APPEND WSJCPP_SOURCES "../src/wsjcpp_jsonrpc20.cpp" )
Original file line number Diff line number Diff line change 11name : " wsjcpp-jsonrpc20"
2- version : " v0.0.2 "
2+ version : v0.0.3
33cmake_minimum_required : " 3.0"
44cmake_cxx_standard : " 11"
55description : " Implementation of JsonRPC 2.0"
You can’t perform that action at this time.
0 commit comments