diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-11-06 19:55:33 (GMT) |
---|---|---|
committer | Alex Turbov <i.zaufi@gmail.com> | 2022-11-09 19:52:30 (GMT) |
commit | 65457e4fae0afbcb37800fb68ca855bc7f49dfac (patch) | |
tree | bf3851ae4333432b2874ae5549b38b5831ca48e9 /Help/command/target_compile_options.rst | |
parent | c86ec79d07bb7ad54ddf8739bcc2084af4a1a274 (diff) | |
download | CMake-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_compile_options.rst')
-rw-r--r-- | Help/command/target_compile_options.rst | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Help/command/target_compile_options.rst b/Help/command/target_compile_options.rst index 0d86c91..2bcc4d7 100644 --- a/Help/command/target_compile_options.rst +++ b/Help/command/target_compile_options.rst @@ -42,11 +42,18 @@ manual for more on defining buildsystem properties. 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:`target_compile_definitions` -and :command:`target_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:`target_compile_definitions` + and :command:`target_include_directories`. -For directory-wide settings, there is the command :command:`add_compile_options`. +* For directory-wide settings, there is the command :command:`add_compile_options`. -For file-specific settings, there is the source file property :prop_sf:`COMPILE_OPTIONS`. +* For file-specific settings, there is the source file property :prop_sf:`COMPILE_OPTIONS`. + +* :command:`target_compile_features` +* :command:`target_link_libraries` +* :command:`target_link_directories` +* :command:`target_link_options` +* :command:`target_precompile_headers` +* :command:`target_sources` |