From 4039a497d7a381b793fb79ece555b0140daac9da Mon Sep 17 00:00:00 2001 From: hristo Date: Fri, 26 Feb 2021 10:12:53 +0200 Subject: [PATCH] Updated CMake Build Options (markdown) --- CMake-Build-Options.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMake-Build-Options.md b/CMake-Build-Options.md index a01470d..3723afd 100644 --- a/CMake-Build-Options.md +++ b/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`|