You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
412 B
15 lines
412 B
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)>`.
|