summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0037/CMP0037-WARN-space.cmake
blob: e01b8e5ec4468d643bfb20b5fc2faa12f5453e92 (plain)
1
2
3
4
enable_language(CXX)
add_library("lib with spaces" empty.cpp)
add_executable("exe with spaces" empty.cpp)
add_custom_target("custom with spaces")