Skip to content

Commit 365ba32

Browse files
committed
Updated version
1 parent 557bca9 commit 365ba32

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed

src.wsjcpp/CMakeLists.txt

+14-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
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)
711
set(CMAKE_CXX_STANDARD 11)
812

913
set (WSJCPP_LIBRARIES "")
1014
set (WSJCPP_INCLUDE_DIRS "")
11-
set (WSJCPP_SOURCES "")
15+
set (WSJCPP_SOURCES "")
16+
17+
# required-libraries
18+
list (APPEND WSJCPP_LIBRARIES "-lpthread")
19+
20+

wsjcpp.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_cxx_standard: 11
33
cmake_minimum_required: 3.0
44

55
name: wsjcpp/wsjcpp-core
6-
version: v0.0.2
6+
version: v0.0.3
77
description: Basic Utils for wsjcpp
88
issues: https://github.com/wsjcpp/wsjcpp-core/issues
99
repositories:
@@ -23,11 +23,11 @@ required-libraries:
2323
distribution:
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

3333
unit-tests:

0 commit comments

Comments
 (0)