CMP0037-OLD-space.cmake 177 B

123456
  1. enable_language(CXX)
  2. cmake_policy(SET CMP0037 OLD)
  3. add_library("lib with spaces" empty.cpp)
  4. add_executable("exe with spaces" empty.cpp)
  5. add_custom_target("custom with spaces")