summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0037/CMP0037-OLD-reserved.cmake
blob: f52e4d2d0203067cdfab76af713639518f0094f0 (plain)
1
2
3
4
5
6
enable_language(CXX)
cmake_policy(SET CMP0037 OLD)

add_library(all empty.cpp)
add_executable(clean empty.cpp)
add_custom_target(help)