We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a73ad38 commit a7da164Copy full SHA for a7da164
wsjcpp.yml
@@ -1,4 +1,3 @@
1
-
2
wsjcpp_version: v0.0.1
3
cmake_cxx_standard: 11
4
cmake_minimum_required: 3.0
@@ -23,13 +22,14 @@ requirements:
23
22
- pthread
24
25
distribution:
26
- sources:
27
- - from: src/wsjcpp_core.cpp
28
- to: wsjcpp_core.cpp
29
- sha1: ""
30
- - from: src/wsjcpp_core.h
31
- to: wsjcpp_core.h
32
+ - source-file: src/wsjcpp_core.cpp
+ target-file: wsjcpp_core.cpp
+ sha1: "bede8216bc5aaf105e86a9572c3d9066a71026b7"
+ type: "source-code"
+ - source-file: src/wsjcpp_core.h
+ target-file: wsjcpp_core.h
+ sha1: "b3d842d01fe13c5463fc3af61c5408ac437c65aa"
33
34
unit-tests:
35
folder: unit-tests # default
0 commit comments