mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[CMAKE] Turn ENABLE_ROSAPPS, ENABLE_ROSTESTS & ENABLE_WALLPAPERS into options
Enabling UI tools to toggle them easily
This commit is contained in:
@@ -1,4 +1,8 @@
|
||||
|
||||
option(ENABLE_ROSAPPS "Enable building the ReactOS extra applications" OFF)
|
||||
option(ENABLE_ROSTESTS "Enable building the ReactOS test suite" OFF)
|
||||
option(ENABLE_WALLPAPERS "Integrate wallpapers into the built ISOs" OFF)
|
||||
|
||||
if(ENABLE_ROSAPPS)
|
||||
add_subdirectory(rosapps)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user