cmake/Tests/RunCMake/add_subdirectory/CMP0082-OLD.cmake

4 lines
124 B
CMake
Raw Normal View History

2019-11-11 23:01:05 +01:00
add_subdirectory(CMP0082)
add_subdirectory(CMP0082-ExcludeFromAll EXCLUDE_FROM_ALL)
install(CODE "message(STATUS \"top\")")