File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed
Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp@v0.0.1
1+ # Automaticly generated by wsjcpp@v0.1.5
22cmake_minimum_required (VERSION 3.0)
33
4- add_definitions (-DWSJCPP_VERSION ="v0.1.4 " )
5- add_definitions (-DWSJCPP_NAME ="wsjcpp-core" )
4+ add_definitions (-DWSJCPP_APP_VERSION ="v0.1.6 " )
5+ add_definitions (-DWSJCPP_APP_NAME ="wsjcpp-core" )
66
77if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
88 set (MACOSX TRUE )
Original file line number Diff line number Diff line change 55
66int main (int argc, char * argv[]) {
77 const std::string TAG = " MAIN" ;
8- std::string appName = std::string (WSJCPP_NAME );
9- std::string appVersion = std::string (WSJCPP_VERSION );
8+ std::string appName = std::string (WSJCPP_APP_NAME );
9+ std::string appVersion = std::string (WSJCPP_APP_VERSION );
1010
1111 if (!WsjcppCore::dirExists (" .logs" )) {
1212 WsjcppCore::makeDir (" .logs" );
@@ -21,8 +21,8 @@ int main(int argc, char* argv[]) {
2121
2222 WsjcppCore::init (
2323 argc, argv,
24- std::string (WSJCPP_NAME ),
25- std::string (WSJCPP_VERSION ),
24+ std::string (WSJCPP_APP_NAME ),
25+ std::string (WSJCPP_APP_VERSION ),
2626 " Evgenii Sopov" ,
2727 " "
2828 );
Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp@v0.0.1
1+ # Automaticly generated by wsjcpp@v0.1.5
22cmake_minimum_required (VERSION 3.0)
33
44project (unit-tests C CXX)
5- add_definitions (-DWSJCPP_VERSION ="ut-v0.1.4 " )
6- add_definitions (-DWSJCPP_NAME ="unit-tests-wsjcpp-core" )
5+ add_definitions (-DWSJCPP_APP_VERSION ="ut-v0.1.6 " )
6+ add_definitions (-DWSJCPP_APP_NAME ="unit-tests-wsjcpp-core" )
77
88if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
99 set (MACOSX TRUE )
@@ -19,7 +19,7 @@ set (WSJCPP_SOURCES "")
1919find_package (Threads REQUIRED)
2020list (APPEND WSJCPP_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} )
2121
22- # wsjcpp-core:v0.1.4
22+ # wsjcpp-core:v0.1.6
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: 11
33cmake_minimum_required : 3.0
44
55name : wsjcpp-core
6- version : v0.1.5
6+ version : v0.1.6
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