mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated CMake Build Options (markdown)
@ -11,8 +11,7 @@ raylib is configurable and can be built in a variety of ways. Following is a lis
|
||||
|:-----------------------------:|:-----------------------------------------------------:|:------------:|
|
||||
|`USE_WAYLAND` | Use Wayland for window creation | `OFF`|
|
||||
|`WITH_PIC` | Compile static library as position-independent code | `OFF`|
|
||||
|`SHARED` | Build raylib as a dynamic library | `OFF`|
|
||||
|`STATIC` | Build raylib as a static library | `ON`|
|
||||
|`BUILD_SHARED_LIBS` | Build raylib as a dynamic or static library | `OFF`|
|
||||
|`MACOS_FATLIB` | Build fat library for both i386 and x86_64 on macOS | `ON`|
|
||||
|`USE_AUDIO` | Build raylib with audio module | `ON`|
|
||||
|`SUPPORT_BUSY_WAIT_LOOP` | Use busy wait loop for timing sync instead of a high-resolution timer | `ON`|
|
||||
|
||||
Reference in New Issue
Block a user