Updated CMake Build Options (markdown)

master
hristo 4 jaren geleden
bovenliggende
commit
4039a497d7
1 gewijzigde bestanden met toevoegingen van 1 en 2 verwijderingen
  1. +1
    -2
      CMake-Build-Options.md

+ 1
- 2
CMake-Build-Options.md

@ -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`|

Laden…
Annuleren
Opslaan