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 c6f1aa5 commit 63bc501Copy full SHA for 63bc501
README.md
@@ -78,8 +78,8 @@ cmake -B build -S . \
78
-DCMAKE_INSTALL_PREFIX=/path/install \
79
-G "Ninja Multi-Config"
80
81
-cmake --build build --target install --config Debug --parallel
82
-cmake --build build --target install/strip --config Release --parallel
+cmake --build build --target install --config Debug
+cmake --build build --target install --config Release
83
```
84
You can also include this directory as a subproject if you choose CMake as your build system.
85
0 commit comments