diff options
Diffstat (limited to 'Tests/RunCMake/Syntax/NameWithEscapedSpacesQuoted.cmake')
-rw-r--r-- | Tests/RunCMake/Syntax/NameWithEscapedSpacesQuoted.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/Syntax/NameWithEscapedSpacesQuoted.cmake b/Tests/RunCMake/Syntax/NameWithEscapedSpacesQuoted.cmake new file mode 100644 index 0000000..2bd4bfd --- /dev/null +++ b/Tests/RunCMake/Syntax/NameWithEscapedSpacesQuoted.cmake @@ -0,0 +1 @@ +message("${var\ with\ escaped\ space}") |