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 5f1d071 commit 63e1d1cCopy full SHA for 63e1d1c
wsjcpp.yml
@@ -8,7 +8,8 @@ version: 0.0.1
8
description: Basic Utils for wsjcpp
9
issues: https://github.com/wsjcpp/wsjcpp-core/issues
10
repositories:
11
- - "https://github.com/wsjcpp/wsjcpp-core"
+ - type: main
12
+ url: "https://github.com/wsjcpp/wsjcpp-core"
13
keywords:
14
- c++
15
- wsjcpp
@@ -35,4 +36,4 @@ unit-tests:
35
36
files:
37
- unit-tests/src/main.cpp
38
- unit-tests/src/unit_tests.h
- - unit-tests/src/unit_tests.cpp
39
+ - unit-tests/src/unit_tests.cpp
0 commit comments