Updated formatting of documentation plus a little reorganization.
[cmake.git] / Tests / ComplexOneConfig / Executable / Temp / CMakeLists.txt
blobf00955029227c183059cefbfe2d66d57511013fa
2 # Output the files required by 'complex' to a file.
3 # The 'complex' executable will then test if this file exists and remove it.
4 # The contents of this file is not tested (absolute paths).
6 OUTPUT_REQUIRED_FILES(
7    ${Complex_SOURCE_DIR}/Executable/complex.cxx 
8    ${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)