Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SineStriker authored Jul 2, 2024
1 parent c6f1aa5 commit 63bc501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ cmake -B build -S . \
-DCMAKE_INSTALL_PREFIX=/path/install \
-G "Ninja Multi-Config"

cmake --build build --target install --config Debug --parallel
cmake --build build --target install/strip --config Release --parallel
cmake --build build --target install --config Debug
cmake --build build --target install --config Release
```
You can also include this directory as a subproject if you choose CMake as your build system.

Expand Down

0 comments on commit 63bc501

Please sign in to comment.