geode-sdk-example-mod/README.md
2024-05-27 11:11:57 -03:00

452 B

default mod logo

Build instructions

Windows

cmake -A win32 -B build
cmake --build build --config RelWithDebInfo

MacOS

cmake -B build
cmake --build build --config RelWithDebInfo

Resources

The SDK itself
The SDK Documentation
Bindings
Dev Tools