cmake/Tests/RunCMake/CMP0037/NEW-cond-test.cmake

6 lines
132 B
CMake
Raw Normal View History

2018-04-23 21:13:27 +02:00
cmake_policy(SET CMP0037 NEW)
enable_testing()
add_custom_target(test)
add_custom_target(package)
add_custom_target(package_source)