diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-22 20:57:40 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2002-01-22 20:57:40 (GMT) |
commit | ac1f2bcf6b827137689eeec19b5a67e2d626bd5b (patch) | |
tree | 12824362098bf49f41b3e573f0a1c4dc9fda8491 /Tests/ComplexRelativePaths/Executable/Temp | |
parent | 416afb7d5ab573c53af9910fbbba53cd75aa4167 (diff) | |
download | CMake-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.txt | 8 |
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) |