output_required_files.rst 578 B

1234567891011121314151617
  1. output_required_files
  2. ---------------------
  3. Deprecated. Approximate C preprocessor dependency scanning.
  4. This command exists only because ancient CMake versions provided it.
  5. CMake handles preprocessor dependency scanning automatically using a
  6. more advanced scanner.
  7. ::
  8. output_required_files(srcfile outputfile)
  9. Outputs a list of all the source files that are required by the
  10. specified srcfile. This list is written into outputfile. This is
  11. similar to writing out the dependencies for srcfile except that it
  12. jumps from .h files into .cxx, .c and .cpp files if possible.