mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 04:13:37 +00:00
- Add rostests to build when the folder exists. - Alter the importlib target macro to handle definition files along with spec files. svn path=/branches/cmake-bringup/; revision=50101
5 lines
85 B
CMake
5 lines
85 B
CMake
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
|
|
add_subdirectory(rostests)
|
|
endif()
|