diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-23 17:04:00 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-23 17:04:00 (GMT) |
commit | 14b07c0973f367352a75550af864b56dc99c3848 (patch) | |
tree | c78524be265379c84c4b1658b6d89e737092ef42 /Tests/Complex/cmTestConfigureEscape.h.in | |
parent | 11d100c94f055f70f478125dace67434a2d1832b (diff) | |
download | CMake-14b07c0973f367352a75550af864b56dc99c3848.zip CMake-14b07c0973f367352a75550af864b56dc99c3848.tar.gz CMake-14b07c0973f367352a75550af864b56dc99c3848.tar.bz2 |
add a test for escape quotes and configure file
Diffstat (limited to 'Tests/Complex/cmTestConfigureEscape.h.in')
-rw-r--r-- | Tests/Complex/cmTestConfigureEscape.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/Complex/cmTestConfigureEscape.h.in b/Tests/Complex/cmTestConfigureEscape.h.in new file mode 100644 index 0000000..39a8bd6 --- /dev/null +++ b/Tests/Complex/cmTestConfigureEscape.h.in @@ -0,0 +1 @@ +#define STRING_WITH_QUOTES "${STRING_WITH_QUOTES}" |