CMakeLists.txt 327 B

12345678
  1. #
  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).
  5. #
  6. output_required_files(
  7. ${Complex_SOURCE_DIR}/Executable/complex.cxx
  8. ${Complex_BINARY_DIR}/Executable/Temp/complex-required.txt)