mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715
15 lines
412 B
ReStructuredText
15 lines
412 B
ReStructuredText
PRECOMPILE_HEADERS
|
|
------------------
|
|
|
|
.. versionadded:: 3.16
|
|
|
|
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)>`.
|