Files
CMake/Help/variable/CMAKE_PCH_INSTANTIATE_TEMPLATES.rst
Tobias Hieta 8c8f03422e PCH: Template instantiation support
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.
2020-09-02 08:30:55 +02:00

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.