summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/scripts/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-05-25 15:41:37 (GMT)
committerBrad King <brad.king@kitware.com>2007-05-25 15:41:37 (GMT)
commita99c60b0edde8fc71def63c88c5a736e67fdde0a (patch)
tree78e79769451d53ddebe204a519ab00eaac387abc /Tests/SimpleInstall/scripts/CMakeLists.txt
parent3124c60938626f19a8767e1e4a155a348ca954c9 (diff)
downloadCMake-a99c60b0edde8fc71def63c88c5a736e67fdde0a.zip
CMake-a99c60b0edde8fc71def63c88c5a736e67fdde0a.tar.gz
CMake-a99c60b0edde8fc71def63c88c5a736e67fdde0a.tar.bz2
ENH: Added testing of REGEX option to INSTALL(DIRECTORY). Added tests to cover all forms of old-style install commands.
Diffstat (limited to 'Tests/SimpleInstall/scripts/CMakeLists.txt')
-rw-r--r--Tests/SimpleInstall/scripts/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/scripts/CMakeLists.txt b/Tests/SimpleInstall/scripts/CMakeLists.txt
new file mode 100644
index 0000000..d46c165
--- /dev/null
+++ b/Tests/SimpleInstall/scripts/CMakeLists.txt
@@ -0,0 +1 @@
+INSTALL_PROGRAMS(/MyTest/share/old3 "^sample_script(\\.bat)?$")