File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
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.1.2 " )
4+ add_definitions (-DWSJCPP_APP_VERSION="v0.1.3 " )
55add_definitions (-DWSJCPP_APP_NAME="wsjcpp-hashes" )
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.1.2 " )
5+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.1.3 " )
66add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-hashes" )
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-hashes:v0.1.2
30+ # wsjcpp-hashes:v0.1.3
3131list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
3232list (APPEND WSJCPP_SOURCES "../src/md5.cpp" )
3333list (APPEND WSJCPP_SOURCES "../src/md5.h" )
Original file line number Diff line number Diff line change @@ -3,14 +3,13 @@ cmake_cxx_standard: 11
33cmake_minimum_required : 3.0
44
55name : wsjcpp-hashes
6- version : v0.1.2
6+ version : v0.1.3
77description : Small Collection of hashes
88issues : https://github.com/wsjcpp/wsjcpp-hashes/issues
99
1010repositories :
1111 - type : main
1212 url : " https://github.com/wsjcpp/wsjcpp-hashes"
13-
1413keywords :
1514 - c++
1615 - wsjcpp
You can’t perform that action at this time.
0 commit comments