Revision 5335d275527d4f58e4f2992d307c1c62cd94dd3c authored by Kitware Robot on 28 January 2016, 05:01:04 UTC, committed by Kitware Robot on 28 January 2016, 05:01:04 UTC
1 parent 656768c
Raw File
output_required_files.rst
output_required_files
---------------------

Disallowed.  See CMake Policy :policy:`CMP0032`.

Approximate C preprocessor dependency scanning.

This command exists only because ancient CMake versions provided it.
CMake handles preprocessor dependency scanning automatically using a
more advanced scanner.

::

  output_required_files(srcfile outputfile)

Outputs a list of all the source files that are required by the
specified srcfile.  This list is written into outputfile.  This is
similar to writing out the dependencies for srcfile except that it
jumps from .h files into .cxx, .c and .cpp files if possible.
back to top