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