- Add wallpaper optional module to CMake build

svn path=/trunk/; revision=55426
This commit is contained in:
Rafal Harabien 2012-02-05 13:44:16 +00:00
parent 8562446b0d
commit 0bb1f439a4

View file

@ -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()