From 0bb1f439a4d8bd48e09f20e1bb57c9ecf8ad48e0 Mon Sep 17 00:00:00 2001 From: Rafal Harabien Date: Sun, 5 Feb 2012 13:44:16 +0000 Subject: [PATCH] [CMAKE] - Add wallpaper optional module to CMake build svn path=/trunk/; revision=55426 --- reactos/modules/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/modules/CMakeLists.txt b/reactos/modules/CMakeLists.txt index f258bd6003f..22e0cfc6886 100644 --- a/reactos/modules/CMakeLists.txt +++ b/reactos/modules/CMakeLists.txt @@ -6,3 +6,7 @@ endif() if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/) add_subdirectory(rosapps) endif() + +if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/) +add_subdirectory(wallpaper) +endif()