cmake/Tests/RunCMake/Syntax/StringNoSpace.cmake

5 lines
134 B
CMake
Raw Normal View History

2013-11-03 12:27:13 +02:00
# Quoted arguments may be immediately followed by another argument.
foreach(x "1 \${var} \\n 4""x"y)
message("[${x}]")
endforeach()