mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
9 lines
168 B
CMake
9 lines
168 B
CMake
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
|
|
add_subdirectory(rostests)
|
|
endif()
|
|
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rosapps/)
|
|
add_subdirectory(rosapps)
|
|
endif()
|