mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-06 14:19:18 -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`|
|
|`USE_WAYLAND` | Use Wayland for window creation | `OFF`|
|
||||||
|`WITH_PIC` | Compile static library as position-independent code | `OFF`|
|
|`WITH_PIC` | Compile static library as position-independent code | `OFF`|
|
||||||
|`SHARED` | Build raylib as a dynamic library | `OFF`|
|
|`BUILD_SHARED_LIBS` | Build raylib as a dynamic or static library | `OFF`|
|
||||||
|`STATIC` | Build raylib as a static library | `ON`|
|
|
||||||
|`MACOS_FATLIB` | Build fat library for both i386 and x86_64 on macOS | `ON`|
|
|`MACOS_FATLIB` | Build fat library for both i386 and x86_64 on macOS | `ON`|
|
||||||
|`USE_AUDIO` | Build raylib with audio module | `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`|
|
|`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