diff options
author | Brad King <brad.king@kitware.com> | 2021-06-21 13:57:30 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2021-06-21 13:58:04 (GMT) |
commit | 375e14b5fe7463c2a0861a1b0618ad66e39614cf (patch) | |
tree | b0d34846aa60bb889c60c187987711857dfbf359 | |
parent | ed5bd39baaf2eae04ae5dd00b0cebc3e4e6d9cc1 (diff) | |
parent | 2abce794096fed9a301f9f732000d62ae0bed374 (diff) | |
download | CMake-375e14b5fe7463c2a0861a1b0618ad66e39614cf.zip CMake-375e14b5fe7463c2a0861a1b0618ad66e39614cf.tar.gz CMake-375e14b5fe7463c2a0861a1b0618ad66e39614cf.tar.bz2 |
Merge topic 'doc-source_group-scope' into release-3.21
2abce79409 Help: Clarify the usage scope of source_group
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6246
-rw-r--r-- | Help/command/source_group.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/source_group.rst b/Help/command/source_group.rst index 5db1ec8..a4b5bf1 100644 --- a/Help/command/source_group.rst +++ b/Help/command/source_group.rst @@ -11,6 +11,9 @@ There are two different signatures to create source groups. Defines a group into which sources will be placed in project files. This is intended to set up file tabs in Visual Studio. +The group is scoped in the directory where the command is called, +and applies to sources in targets created in that directory. + The options are: ``TREE`` |