Adjust CMakeLists entry in consequence of r66725.

svn path=/trunk/; revision=66726
This commit is contained in:
Hermès Bélusca-Maïto 2015-03-15 16:07:33 +00:00
parent 8a3d7e3c7f
commit 5286be0747

View file

@ -7,8 +7,8 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
add_subdirectory(rosapps) add_subdirectory(rosapps)
endif() endif()
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/) if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpapers/)
add_subdirectory(wallpaper) add_subdirectory(wallpapers)
endif() endif()
## Extra files for Hybrid CD. You need to put them under hybridcd_extras ## Extra files for Hybrid CD. You need to put them under hybridcd_extras