CMP0037-NEW-reserved.cmake 135 B

123456
  1. enable_language(CXX)
  2. cmake_policy(SET CMP0037 NEW)
  3. add_library(all empty.cpp)
  4. add_executable(clean empty.cpp)
  5. add_custom_target(help)