Sine Striker
2024-07-28 e9d163b1a811ee4f02e898bc7c2e6336d88e4a7f
README.md
@@ -78,8 +78,8 @@
  -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.
@@ -111,7 +111,7 @@
#### Visual Studio Project
TODO
See [Visual Studio Guide](./docs/visual-studio-guide.md) for detailed usages.
## Quick Start