diff options
author | Joachim Wuttke (h) <j.wuttke@fz-juelich.de> | 2020-05-14 20:17:10 (GMT) |
---|---|---|
committer | Joachim Wuttke (h) <j.wuttke@fz-juelich.de> | 2020-05-14 20:17:10 (GMT) |
commit | 448e2d7a9dce28885f8cf83cca49cbd91842c490 (patch) | |
tree | fdd235dd1181bf44d8feb26254c0339529b941b5 /Help/prop_sf/COMPILE_OPTIONS.rst | |
parent | 1f697b399131770eb4a1e2cb4951d33583c7261f (diff) | |
download | CMake-448e2d7a9dce28885f8cf83cca49cbd91842c490.zip CMake-448e2d7a9dce28885f8cf83cca49cbd91842c490.tar.gz CMake-448e2d7a9dce28885f8cf83cca49cbd91842c490.tar.bz2 |
Help: Provide cross-references between compiler settings
Diffstat (limited to 'Help/prop_sf/COMPILE_OPTIONS.rst')
-rw-r--r-- | Help/prop_sf/COMPILE_OPTIONS.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/prop_sf/COMPILE_OPTIONS.rst b/Help/prop_sf/COMPILE_OPTIONS.rst index cc61d9c..537dcec 100644 --- a/Help/prop_sf/COMPILE_OPTIONS.rst +++ b/Help/prop_sf/COMPILE_OPTIONS.rst @@ -25,3 +25,8 @@ Related properties: * Prefer this property over :prop_sf:`COMPILE_FLAGS`. * Use :prop_sf:`COMPILE_DEFINITIONS` to pass additional preprocessor definitions. * Use :prop_sf:`INCLUDE_DIRECTORIES` to pass additional include directories. + +Related commands: + +* :command:`add_compile_options` for directory-wide settings +* :command:`target_compile_options` for target-specific settings |