File tree 2 files changed +17
-8
lines changed
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)
2
3
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 ()
5
10
6
- # set(CMAKE_AUTOMOC ON)
7
11
set (CMAKE_CXX_STANDARD 11)
8
12
9
13
set (WSJCPP_LIBRARIES "" )
10
14
set (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
3
3
cmake_minimum_required : 3.0
4
4
5
5
name : wsjcpp/wsjcpp-core
6
- version : v0.0.2
6
+ version : v0.0.3
7
7
description : Basic Utils for wsjcpp
8
8
issues : https://github.com/wsjcpp/wsjcpp-core/issues
9
9
repositories :
@@ -23,11 +23,11 @@ required-libraries:
23
23
distribution :
24
24
- source-file : src/wsjcpp_core.cpp
25
25
target-file : wsjcpp_core.cpp
26
- sha1 : " bede8216bc5aaf105e86a9572c3d9066a71026b7 "
26
+ sha1 : " 04a9e3c6db3c7190c6589514a4b5957dbb4c366d "
27
27
type : " source-code"
28
28
- source-file : src/wsjcpp_core.h
29
29
target-file : wsjcpp_core.h
30
- sha1 : " b3d842d01fe13c5463fc3af61c5408ac437c65aa "
30
+ sha1 : " 1d76447c6880f43f9afeca89111ec64d3574ccb7 "
31
31
type : " source-code"
32
32
33
33
unit-tests :
You can’t perform that action at this time.
0 commit comments