CMP0037-WARN-space.cmake 146 B

1234
  1. enable_language(CXX)
  2. add_library("lib with spaces" empty.cpp)
  3. add_executable("exe with spaces" empty.cpp)
  4. add_custom_target("custom with spaces")