Incorporate rosapps. 0.3.15 was branched somewhat incorrectly so rosapps is not synce...
[reactos.git] / modules / CMakeLists.txt
1
2 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
3 add_subdirectory(rostests)
4 endif()
5
6 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
7 add_subdirectory(rosapps)
8 endif()
9
10 if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/)
11 add_subdirectory(wallpaper)
12 endif()