diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index 4c68bfb1e5d..ca002635b33 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -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()