mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06: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.
|