summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/add_subdirectory/CMP0082-NEW.cmake
blob: 56c1b81f79da55f7636e5235c7c088774cb5b85c (plain)
1
2
3
add_subdirectory(CMP0082)
add_subdirectory(CMP0082-ExcludeFromAll EXCLUDE_FROM_ALL)
install(CODE "message(STATUS \"top\")")