CMP0037-NEW-colon.cmake 159 B

123456
  1. enable_language(CXX)
  2. cmake_policy(SET CMP0037 NEW)
  3. add_library("lib:colon" empty.cpp)
  4. add_executable("exe:colon" empty.cpp)
  5. add_custom_target("custom:colon")