mirror of
https://github.com/geode-sdk/example-mod.git
synced 2024-11-14 19:05:02 -05:00
452 B
452 B
Build instructions
Windows
cmake -A win32 -B build
cmake --build build --config RelWithDebInfo
MacOS
cmake -B build
cmake --build build --config RelWithDebInfo