From 89e8c05cdbdd0db9bc434eb068f4c1573bf0c5b5 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sat, 19 May 2018 23:12:44 +0200 Subject: [PATCH] Add USE_WAYLAND, my vim macro dropped it... --- CMake-Build-Options.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake-Build-Options.md b/CMake-Build-Options.md index 14f77aa..9885f66 100644 --- a/CMake-Build-Options.md +++ b/CMake-Build-Options.md @@ -9,6 +9,7 @@ raylib is configurable and can be be built in a variety of ways. Following is a | **Binary Option** | **Description** | **Default** Value| |:-----------------------------:|:-----------------------------------------------------:|:------------:| +|`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`|