diff options
author | Brad King <brad.king@kitware.com> | 2021-01-15 19:00:47 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-01-18 17:35:40 (GMT) |
commit | cc1f53351c52d03aecc47f8074ab1290cf7fb1a5 (patch) | |
tree | 18967b066519dd4e05ba354f320a54f488e95ee2 /Help/dev | |
parent | 954a9e9893221c4ffe56b5534c4919329d511b74 (diff) | |
download | CMake-cc1f53351c52d03aecc47f8074ab1290cf7fb1a5.zip CMake-cc1f53351c52d03aecc47f8074ab1290cf7fb1a5.tar.gz CMake-cc1f53351c52d03aecc47f8074ab1290cf7fb1a5.tar.bz2 |
Help/dev: Mention 'cpack_gen' domain object in CMake Documentation Guide
This was accidentally left out of commit 2a2829cc75 (Help: Add new
section for CPack generators, 2018-06-15, v3.13.0-rc1~394^2~3).
Diffstat (limited to 'Help/dev')
-rw-r--r-- | Help/dev/documentation.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/dev/documentation.rst b/Help/dev/documentation.rst index 07f04d2..e34c754 100644 --- a/Help/dev/documentation.rst +++ b/Help/dev/documentation.rst @@ -123,6 +123,10 @@ documentation: ``command`` A CMake language command. +``cpack_gen`` + A CPack package generator. + See the `cpack(1)`_ command-line tool's ``-G`` option. + ``envvar`` An environment variable. See the `cmake-env-variables(7)`_ manual @@ -198,6 +202,7 @@ the first approach above. .. _`cmake-properties(7)`: https://cmake.org/cmake/help/latest/manual/cmake-properties.7.html .. _`cmake-variables(7)`: https://cmake.org/cmake/help/latest/manual/cmake-variables.7.html .. _`cmake_policy()`: https://cmake.org/cmake/help/latest/command/cmake_policy.html +.. _`cpack(1)`: https://cmake.org/cmake/help/latest/manual/cpack.1.html .. _`include()`: https://cmake.org/cmake/help/latest/command/include.html .. _`set()`: https://cmake.org/cmake/help/latest/command/set.html .. _`set_property()`: https://cmake.org/cmake/help/latest/command/set_property.html |