Skip to content

Commit 8c62b30

Browse files
committed
Updated wsjcpp-core
1 parent afac3d5 commit 8c62b30

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

src.wsjcpp/CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
# Automaticly generated by [email protected]
1+
# Automaticly generated by [email protected]
32
cmake_minimum_required(VERSION 3.0)
43

54
add_definitions(-DWSJCPP_APP_VERSION="v0.2.1")

src.wsjcpp/wsjcpp_core/wsjcpp.hold.yml

+7
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,31 @@ distribution:
2121
- source-file: src/wsjcpp_core.cpp
2222
target-file: wsjcpp_core.cpp
2323
type: "source-code"
24+
sha1: "09ef821bbc090fc1cd8a15bc4a57a9a2ce8ae00d"
2425
- source-file: src/wsjcpp_core.h
2526
target-file: wsjcpp_core.h
2627
type: "source-code" # todo must be header-file
28+
sha1: "e6e4ab2067d3c942db08e3b79862486eaf851e4b"
2729
- source-file: "src/wsjcpp_unit_tests.cpp"
2830
target-file: "wsjcpp_unit_tests.cpp"
2931
type: "unit-tests"
32+
sha1: "fd5989d1a83c8b90bdc4d5e9bc9c3051eaa1e6d2"
3033
- source-file: "src/wsjcpp_unit_tests.h"
3134
target-file: "wsjcpp_unit_tests.h"
3235
type: "unit-tests"
36+
sha1: "83d4b6e046b6b58c42882ccae4be413e03c401c1"
3337
- source-file: "src/wsjcpp_unit_tests_main.cpp"
3438
target-file: "wsjcpp_unit_tests_main.cpp"
3539
type: "unit-tests"
40+
sha1: "388ae269b325c5e161f6c3a5c598575714a4bffc"
3641
- source-file: "scripts.wsjcpp/generate.WsjcppUnitTest.wsjcpp-script"
3742
target-file: "generate.WsjcppUnitTest.wsjcpp-script"
3843
type: "safe-scripting-generate"
44+
sha1: "a7c9c2d19bf81c5b00e659384b0b92a99319a4c1"
3945
- source-file: "scripts.wsjcpp/generate.Class.wsjcpp-script"
4046
target-file: "generate.Class.wsjcpp-script"
4147
type: "safe-scripting-generate"
48+
sha1: "de1799907c685d606b93e08b821b540c2faa2db1"
4249

4350
unit-tests:
4451
cases:

unit-tests.wsjcpp/CMakeLists.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
# Automaticly generated by [email protected]
1+
# Automaticly generated by [email protected]
32
cmake_minimum_required(VERSION 3.0)
43

54
project(unit-tests C CXX)
@@ -49,3 +48,4 @@ include_directories(${WSJCPP_INCLUDE_DIRS})
4948
add_executable ("unit-tests" ${WSJCPP_SOURCES})
5049

5150
target_link_libraries("unit-tests" -lpthread ${WSJCPP_LIBRARIES} )
51+

0 commit comments

Comments
 (0)