CMP0037-WARN-space.cmake 126 B

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