mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
73d72624b0
svn path=/branches/shell-experiments/; revision=63640
12 lines
255 B
CMake
12 lines
255 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()
|