2013-11-05 17:32:30 +01:00
|
|
|
|
2013-11-08 11:44:55 -05:00
|
|
|
cmake_policy(SET CMP0037 NEW)
|
2013-11-05 17:32:30 +01:00
|
|
|
|
|
|
|
add_library("lib with spaces" empty.cpp)
|
|
|
|
add_executable("exe with spaces" empty.cpp)
|
2013-11-16 11:07:24 +01:00
|
|
|
add_custom_target("custom with spaces")
|