summaryrefslogtreecommitdiffstats
path: root/Help/command/target_precompile_headers.rst
diff options
context:
space:
mode:
authorAlex Turbov <i.zaufi@gmail.com>2022-11-06 19:55:33 (GMT)
committerAlex Turbov <i.zaufi@gmail.com>2022-11-09 19:52:30 (GMT)
commit65457e4fae0afbcb37800fb68ca855bc7f49dfac (patch)
treebf3851ae4333432b2874ae5549b38b5831ca48e9 /Help/command/target_precompile_headers.rst
parentc86ec79d07bb7ad54ddf8739bcc2084af4a1a274 (diff)
downloadCMake-65457e4fae0afbcb37800fb68ca855bc7f49dfac.zip
CMake-65457e4fae0afbcb37800fb68ca855bc7f49dfac.tar.gz
CMake-65457e4fae0afbcb37800fb68ca855bc7f49dfac.tar.bz2
Help: Add _See Also_ sections to related CMake commands
Diffstat (limited to 'Help/command/target_precompile_headers.rst')
-rw-r--r--Help/command/target_precompile_headers.rst19
1 files changed, 14 insertions, 5 deletions
diff --git a/Help/command/target_precompile_headers.rst b/Help/command/target_precompile_headers.rst
index 6716c61..a204dd1 100644
--- a/Help/command/target_precompile_headers.rst
+++ b/Help/command/target_precompile_headers.rst
@@ -118,8 +118,17 @@ the ``REUSE_FROM`` form is used.
See Also
^^^^^^^^
-To disable precompile headers for specific targets, see the
-:prop_tgt:`DISABLE_PRECOMPILE_HEADERS` target property.
-
-To prevent precompile headers from being used when compiling a specific
-source file, see the :prop_sf:`SKIP_PRECOMPILE_HEADERS` source file property.
+* To disable precompile headers for specific targets, see the
+ :prop_tgt:`DISABLE_PRECOMPILE_HEADERS` target property.
+
+* To prevent precompile headers from being used when compiling a specific
+ source file, see the :prop_sf:`SKIP_PRECOMPILE_HEADERS` source file property.
+
+* :command:`target_compile_definitions`
+* :command:`target_compile_features`
+* :command:`target_compile_options`
+* :command:`target_include_directories`
+* :command:`target_link_libraries`
+* :command:`target_link_directories`
+* :command:`target_link_options`
+* :command:`target_sources`