File tree Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Expand file tree Collapse file tree 2 files changed +17
-8
lines changed Original file line number Diff line number Diff line change 1- # Automaticly generated by wsjcpp-core@0.0.1
1+ # Automaticly generated by wsjcpp@v0.0.1
2+ cmake_minimum_required (VERSION 3.0)
23
3- add_definitions (-DWSJCPP_VERSION="0.0.1" )
4- add_definitions (-DWSJCPP_NAME="wsjcpp-core" )
4+ add_definitions (-DWSJCPP_VERSION="v0.0.3" )
5+ add_definitions (-DWSJCPP_NAME="wsjcpp/wsjcpp-core" )
6+
7+ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin" )
8+ set (MACOSX TRUE )
9+ endif ()
510
6- # set(CMAKE_AUTOMOC ON)
711set (CMAKE_CXX_STANDARD 11)
812
913set (WSJCPP_LIBRARIES "" )
1014set (WSJCPP_INCLUDE_DIRS "" )
11- set (WSJCPP_SOURCES "" )
15+ set (WSJCPP_SOURCES "" )
16+
17+ # required-libraries
18+ list (APPEND WSJCPP_LIBRARIES "-lpthread" )
19+
20+
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/wsjcpp-core
6- version : v0.0.2
6+ version : v0.0.3
77description : Basic Utils for wsjcpp
88issues : https://github.com/wsjcpp/wsjcpp-core/issues
99repositories :
@@ -23,11 +23,11 @@ required-libraries:
2323distribution :
2424 - source-file : src/wsjcpp_core.cpp
2525 target-file : wsjcpp_core.cpp
26- sha1 : " bede8216bc5aaf105e86a9572c3d9066a71026b7 "
26+ sha1 : " 04a9e3c6db3c7190c6589514a4b5957dbb4c366d "
2727 type : " source-code"
2828 - source-file : src/wsjcpp_core.h
2929 target-file : wsjcpp_core.h
30- sha1 : " b3d842d01fe13c5463fc3af61c5408ac437c65aa "
30+ sha1 : " 1d76447c6880f43f9afeca89111ec64d3574ccb7 "
3131 type : " source-code"
3232
3333unit-tests :
You can’t perform that action at this time.
0 commit comments