Musa-Cpp-Lib-V2/README.md
2025-12-18 21:04:19 -05:00

10 lines
181 B
Markdown

## Configuration
This project uses CMake to configure and build. Currently only Win32 is supported.
```
cmake -S . -B build
```
## Build
```
cmake --build build --config Debug
```