Skip to content

Development

Ziv edited this page May 19, 2026 · 5 revisions

Binding Build

Pass the parameter to compile raylib as shared library:

cmake -B cmake-build-binding -DRAYTILES_BINDINGS_MODE=ON

Build the target:

cmake --build cmake-build-binding --config Release

Clone this wiki locally