diff options
author | Raul Tambre <raul@tambre.ee> | 2021-08-28 15:00:28 (GMT) |
---|---|---|
committer | Raul Tambre <raul@tambre.ee> | 2021-09-28 18:24:53 (GMT) |
commit | 3feff8379b05332035319de4f733549695fcc6de (patch) | |
tree | 8c079472148ff2b873e5a3771008355f9ef4a109 /Help/manual/cmake-properties.7.rst | |
parent | 09dd52c9d2684e933a3e013abc4f6848cb1befbf (diff) | |
download | CMake-3feff8379b05332035319de4f733549695fcc6de.zip CMake-3feff8379b05332035319de4f733549695fcc6de.tar.gz CMake-3feff8379b05332035319de4f733549695fcc6de.tar.bz2 |
Help: Generic language standard and extension variables documentation
Add generic documentation to improve the discoverability of language-specific
ones and to make it possible to refer to them generically from other language
generic documentation.
Diffstat (limited to 'Help/manual/cmake-properties.7.rst')
-rw-r--r-- | Help/manual/cmake-properties.7.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/manual/cmake-properties.7.rst b/Help/manual/cmake-properties.7.rst index c71e8ff..d04a864 100644 --- a/Help/manual/cmake-properties.7.rst +++ b/Help/manual/cmake-properties.7.rst @@ -274,8 +274,11 @@ Properties on Targets /prop_tgt/LANG_COMPILER_LAUNCHER /prop_tgt/LANG_CPPCHECK /prop_tgt/LANG_CPPLINT + /prop_tgt/LANG_EXTENSIONS /prop_tgt/LANG_INCLUDE_WHAT_YOU_USE /prop_tgt/LANG_LINKER_LAUNCHER + /prop_tgt/LANG_STANDARD + /prop_tgt/LANG_STANDARD_REQUIRED /prop_tgt/LANG_VISIBILITY_PRESET /prop_tgt/LIBRARY_OUTPUT_DIRECTORY /prop_tgt/LIBRARY_OUTPUT_DIRECTORY_CONFIG |