File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
cmake_minimum_required (VERSION 3.0)
3
3
4
4
project (unit-tests C CXX)
5
- add_definitions (-DWSJCPP_APP_VERSION="ut-v0.2.2 " )
5
+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.2.3 " )
6
6
add_definitions (-DWSJCPP_APP_NAME="unit-tests-wsjcpp-core" )
7
7
8
8
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
@@ -19,7 +19,7 @@ set (WSJCPP_SOURCES "")
19
19
find_package (Threads REQUIRED)
20
20
list (APPEND WSJCPP_LIBRARIES ${CMAKE_THREAD_LIBS_INIT} )
21
21
22
- # wsjcpp-core:v0.2.2
22
+ # wsjcpp-core:v0.2.3
23
23
list (APPEND WSJCPP_INCLUDE_DIRS "../src" )
24
24
list (APPEND WSJCPP_SOURCES "../src/wsjcpp_core.cpp" )
25
25
list (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
3
3
cmake_minimum_required : 3.0
4
4
5
5
name : wsjcpp-core
6
- version : v0.2.2
6
+ version : v0.2.3
7
7
description : Basic Utils for wsjcpp
8
8
issues : https://github.com/wsjcpp/wsjcpp-core/issues
9
9
repositories :
You can’t perform that action at this time.
0 commit comments