File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Automaticly generated by wsjcpp@v0.1.7
2
2
cmake_minimum_required (VERSION 3.0)
3
3
4
- add_definitions (-DWSJCPP_APP_VERSION="v0.2.0 " )
4
+ add_definitions (-DWSJCPP_APP_VERSION="v0.2.1 " )
5
5
add_definitions (-DWSJCPP_APP_NAME="wsjcpp-core" )
6
6
7
7
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
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.0 " )
5
+ add_definitions (-DWSJCPP_APP_VERSION="ut-v0.2.1 " )
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.0
22
+ # wsjcpp-core:v0.2.1
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: 11
3
3
cmake_minimum_required : 3.0
4
4
5
5
name : wsjcpp-core
6
- version : v0.2.0
6
+ version : v0.2.1
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