cmake/Tests/RunCMake/CMP0037/CMP0037-WARN-reserved.cmake

5 lines
104 B
CMake
Raw Normal View History

2018-04-23 21:13:27 +02:00
enable_language(CXX)
add_library(all empty.cpp)
add_executable(clean empty.cpp)
add_custom_target(help)