summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CMP0037/CMP0037-WARN-space.cmake
blob: e50a64dcf8d154c65bcf00e0154e7a459b88c6d6 (plain)
1
2
3
4

add_library("lib with spaces" empty.cpp)
add_executable("exe with spaces" empty.cpp)
add_custom_target("custom with spaces")