CMP0037-NEW.cmake 190 B

1234567
  1. cmake_policy(SET CMP0037 NEW)
  2. add_library("lib with spaces" empty.cpp)
  3. add_executable("exe with spaces" empty.cpp)
  4. add_library("lib:colon" empty.cpp)
  5. add_executable("exe:colon" empty.cpp)