cmake/Help/prop_tgt/PRECOMPILE_HEADERS.rst

13 lines
388 B
ReStructuredText
Raw Normal View History

2020-02-01 23:06:01 +01:00
PRECOMPILE_HEADERS
------------------
List of header files to precompile.
This property holds a :ref:`semicolon-separated list <CMake Language Lists>`
of header files to precompile specified so far for its target.
Use the :command:`target_precompile_headers` command to append more header
files.
This property supports
:manual:`generator expressions <cmake-generator-expressions(7)>`.