mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
bec9e0bfa6
- 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
4 lines
85 B
CMake
4 lines
85 B
CMake
|
|
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/rostests/)
|
|
add_subdirectory(rostests)
|
|
endif()
|