mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-07-31 11:04:40 +08:00
Adds PCH_INSTANTIATE_TEMPLATES target property for enabling template instantiation in precompiled headers. Enabled by default. Currently only supported for Clang 11 and newer. Implements #21133.
8 lines
210 B
ReStructuredText
8 lines
210 B
ReStructuredText
CMAKE_PCH_INSTANTIATE_TEMPLATES
|
|
-------------------------------
|
|
|
|
.. versionadded:: 3.19
|
|
|
|
This variable is used to initialize the :prop_tgt:`PCH_INSTANTIATE_TEMPLATES`
|
|
property of targets when they are created.
|