CMP0037-OLD-space.cmake 157 B

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