cmake/Tests/SimpleExclude/dirC/CMakeLists.txt

4 lines
64 B

add_subdirectory(dirA EXCLUDE_FROM_ALL)
add_subdirectory(dirB)