CMP0037-NEW-colon.cmake 139 B

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