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 9d9ecee commit aafd85cCopy full SHA for aafd85c
Examples/CivetwebStaticWebServer.cpp
@@ -1,5 +1,7 @@
1
/* runcpp2
2
3
+BuildType: InternalExecutable
4
+
5
Dependencies:
6
- Name: civetweb
7
Platforms: [DefaultPlatform]
@@ -18,8 +20,10 @@
18
20
DefaultProfile:
19
21
SearchLibraryNames: ["civetweb"]
22
SearchDirectories: ["./output/src"]
- Setup: ["mkdir output", "cd output && cmake .. -DCIVETWEB_BUILD_TESTING=OFF -DCIVETWEB_ENABLE_ASAN=OFF"]
- Build: ["cd output && cmake --build . -j 16"]
23
+ Setup:
24
+ - "mkdir output"
25
+ - "cd output && cmake .. -DCIVETWEB_BUILD_TESTING=OFF -DCIVETWEB_ENABLE_ASAN=OFF"
26
+ - "cd output && cmake --build . -j 16"
27
*/
28
29
extern "C" {
0 commit comments