Skip to content

Commit c3bdd6b

Browse files
Updating example
1 parent 8a01739 commit c3bdd6b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

Examples/test.cpp

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
Defines:
1717
Default:
1818
# Turns into `TEST_DEF=\"Test Define Working\"` in shell
19-
"Default": ["TEST_DEF=\\\"Test Define Working\\\""]
19+
Default: ["TEST_DEF=\\\"Test Define Working\\\""]
2020
2121
Dependencies:
2222
- Name: ssLogger
@@ -27,23 +27,24 @@
2727
LibraryType: Shared
2828
IncludePaths: ["Include"]
2929
LinkProperties:
30-
"Default":
31-
SearchLibraryNames: ["ssLogger"]
32-
ExcludeLibraryNames: ["ssLogger_SRC"]
33-
SearchDirectories: ["./build", "./build/Debug", "./build/Release"]
30+
Default:
31+
Default:
32+
SearchLibraryNames: ["ssLogger"]
33+
ExcludeLibraryNames: ["ssLogger_SRC"]
34+
SearchDirectories: ["./build", "./build/Debug", "./build/Release"]
3435
Setup:
3536
Default:
36-
"Default":
37+
Default:
3738
- "mkdir build"
3839
Build:
3940
Default:
40-
"Default":
41+
Default:
4142
- "cd build && cmake .. -DssLOG_BUILD_TYPE=SHARED"
4243
- "cd build && cmake --build . --config Release -j 16"
4344
FilesToCopy:
4445
# Target Platform (Default, Windows, Linux, MacOS, or Unix)
4546
Default:
46-
"Default":
47+
Default:
4748
- "./Include/ssLogger/ssLog.hpp"
4849
4950
- Name: System2.cpp
@@ -55,7 +56,7 @@
5556
IncludePaths: ["./", "./External/System2"]
5657
Setup:
5758
Default:
58-
"Default":
59+
Default:
5960
- "git submodule update --init --recursive"
6061
*/
6162

0 commit comments

Comments
 (0)