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/macro.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/macro.rst')
-rw-r--r-- | Help/command/macro.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/command/macro.rst b/Help/command/macro.rst index 5fe4c00..2858622 100644 --- a/Help/command/macro.rst +++ b/Help/command/macro.rst @@ -149,3 +149,9 @@ existing variable instead of the arguments. For example: Will loop over ``a;b;c`` and not over ``x;y;z`` as one might have expected. If you want true CMake variables and/or better CMake scope control you should look at the function command. + +See Also +^^^^^^^^ + +* :command:`cmake_parse_arguments` +* :command:`endmacro` |