summaryrefslogtreecommitdiffstats
path: root/Help/command/add_compile_options.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/add_compile_options.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/add_compile_options.rst')
-rw-r--r--Help/command/add_compile_options.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/Help/command/add_compile_options.rst b/Help/command/add_compile_options.rst
index 36f403c..6ae7efb 100644
--- a/Help/command/add_compile_options.rst
+++ b/Help/command/add_compile_options.rst
@@ -40,12 +40,12 @@ this command is in a compiler-specific conditional clause:
See Also
^^^^^^^^
-This command can be used to add any options. However, for
-adding preprocessor definitions and include directories it is recommended
-to use the more specific commands :command:`add_compile_definitions`
-and :command:`include_directories`.
+* This command can be used to add any options. However, for
+ adding preprocessor definitions and include directories it is recommended
+ to use the more specific commands :command:`add_compile_definitions`
+ and :command:`include_directories`.
-The command :command:`target_compile_options` adds target-specific options.
+* The command :command:`target_compile_options` adds target-specific options.
-The source file property :prop_sf:`COMPILE_OPTIONS` adds options to one
-source file.
+* The source file property :prop_sf:`COMPILE_OPTIONS` adds options to one
+ source file.