mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 05:22:59 +00:00
609ba8d717
svn path=/branches/shell-experiments/; revision=64830
12 lines
267 B
CMake
12 lines
267 B
CMake
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
|
|
add_subdirectory(rostests)
|
|
endif()
|
|
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
|
|
add_subdirectory(rosapps)
|
|
endif()
|
|
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/wallpaper/)
|
|
add_subdirectory(wallpaper)
|
|
endif()
|