summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-11-18 14:46:24 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-11-18 14:47:35 (GMT)
commit498e3e67b3d4bd4e813d1fa1851c1d7aa115253d (patch)
tree8de2a6d6dc3f7501ea49ab88b6444ecf4246ebcb /Help/prop_tgt
parentb60563fee8cfa981f997d20df37d26938bf24883 (diff)
parentcc88ede7a37f8180f670c0d6036ba40cf005c7b9 (diff)
downloadCMake-498e3e67b3d4bd4e813d1fa1851c1d7aa115253d.zip
CMake-498e3e67b3d4bd4e813d1fa1851c1d7aa115253d.tar.gz
CMake-498e3e67b3d4bd4e813d1fa1851c1d7aa115253d.tar.bz2
Merge topic 'docs-pch-reorg'
cc88ede7a3 Help: Provide guidance on INTERFACE for target_precompile_headers() dae9a808fe Help: Reorganise target_precompile_headers() docs for readability Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4045
Diffstat (limited to 'Help/prop_tgt')
-rw-r--r--Help/prop_tgt/INTERFACE_PRECOMPILE_HEADERS.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Help/prop_tgt/INTERFACE_PRECOMPILE_HEADERS.rst b/Help/prop_tgt/INTERFACE_PRECOMPILE_HEADERS.rst
index 8ff7e8b..e285407 100644
--- a/Help/prop_tgt/INTERFACE_PRECOMPILE_HEADERS.rst
+++ b/Help/prop_tgt/INTERFACE_PRECOMPILE_HEADERS.rst
@@ -7,6 +7,8 @@ Targets may populate this property to publish the header files
for consuming targets to precompile. The :command:`target_precompile_headers`
command populates this property with values given to the ``PUBLIC`` and
``INTERFACE`` keywords. Projects may also get and set the property directly.
+See the discussion in :command:`target_precompile_headers` for guidance on
+appropriate use of this property for installed or exported targets.
Contents of ``INTERFACE_PRECOMPILE_HEADERS`` may use "generator expressions"
with the syntax ``$<...>``. See the :manual:`cmake-generator-expressions(7)`