Skip to content

Commit a7da164

Browse files
committed
Updated wsjcpp.yml
1 parent a73ad38 commit a7da164

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

wsjcpp.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
wsjcpp_version: v0.0.1
32
cmake_cxx_standard: 11
43
cmake_minimum_required: 3.0
@@ -23,13 +22,14 @@ requirements:
2322
- pthread
2423

2524
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-
sha1: ""
25+
- source-file: src/wsjcpp_core.cpp
26+
target-file: wsjcpp_core.cpp
27+
sha1: "bede8216bc5aaf105e86a9572c3d9066a71026b7"
28+
type: "source-code"
29+
- source-file: src/wsjcpp_core.h
30+
target-file: wsjcpp_core.h
31+
sha1: "b3d842d01fe13c5463fc3af61c5408ac437c65aa"
32+
type: "source-code"
3333

3434
unit-tests:
3535
folder: unit-tests # default

0 commit comments

Comments
 (0)