StringNoSpace.cmake 134 B

1234
  1. # Quoted arguments may be immediately followed by another argument.
  2. foreach(x "1 \${var} \\n 4""x"y)
  3. message("[${x}]")
  4. endforeach()