summaryrefslogtreecommitdiffstats
path: root/Tests/ComplexRelativePaths/Executable/Temp
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-01-22 20:57:40 (GMT)
committerSebastien Barre <sebastien.barre@kitware.com>2002-01-22 20:57:40 (GMT)
commitac1f2bcf6b827137689eeec19b5a67e2d626bd5b (patch)
tree12824362098bf49f41b3e573f0a1c4dc9fda8491 /Tests/ComplexRelativePaths/Executable/Temp
parent416afb7d5ab573c53af9910fbbba53cd75aa4167 (diff)
downloadCMake-ac1f2bcf6b827137689eeec19b5a67e2d626bd5b.zip
CMake-ac1f2bcf6b827137689eeec19b5a67e2d626bd5b.tar.gz
CMake-ac1f2bcf6b827137689eeec19b5a67e2d626bd5b.tar.bz2
Just rename dir
Diffstat (limited to 'Tests/ComplexRelativePaths/Executable/Temp')
-rw-r--r--Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt b/Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt
new file mode 100644
index 0000000..f009550
--- /dev/null
+++ b/Tests/ComplexRelativePaths/Executable/Temp/CMakeLists.txt
@@ -0,0 +1,8 @@
+#
+# Output the files required by 'complex' to a file.
+# The 'complex' executable will then test if this file exists and remove it.
+# The contents of this file is not tested (absolute paths).
+#
+OUTPUT_REQUIRED_FILES(
+ ${Complex_SOURCE_DIR}/Executable/complex.cxx
+ ${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)