Update CMakeLists.txt

This commit is contained in:
Baba-Yagan 2023-11-09 20:13:48 +01:00 committed by GitHub
parent 309a64de9f
commit 042ebdd1c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ option(ENABLE_BENCHMARKS "Compile benchmarks" off)
option(ENABLE_TRIAL_MODE "Compile the trial version" off) option(ENABLE_TRIAL_MODE "Compile the trial version" off)
option(ENABLE_DRM "Compile the DRM-enabled version (e.g. for automatic updates)" off) option(ENABLE_DRM "Compile the DRM-enabled version (e.g. for automatic updates)" off)
option(ENABLE_STEAM "Compile with Steam library" off) option(ENABLE_STEAM "Compile with Steam library" off)
option(ENABLE_DEVMODE "Compile vesion for developers" off) option(ENABLE_DEVMODE "Compile version for developers" off)
option(ENABLE_UI "Compile UI (turn off to compile CLI-only version)" on) option(ENABLE_UI "Compile UI (turn off to compile CLI-only version)" on)
option(FULLSCREEN_PLATFORM "Enable fullscreen by default" off) option(FULLSCREEN_PLATFORM "Enable fullscreen by default" off)
option(ENABLE_CLANG_TIDY "Enable static analysis" off) option(ENABLE_CLANG_TIDY "Enable static analysis" off)