mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-09 10:00:12 -05:00
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.
This commit is contained in:
7
Help/variable/CMAKE_PCH_INSTANTIATE_TEMPLATES.rst
Normal file
7
Help/variable/CMAKE_PCH_INSTANTIATE_TEMPLATES.rst
Normal file
@@ -0,0 +1,7 @@
|
||||
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.
|
||||
Reference in New Issue
Block a user