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 | 9612034cacba622a8b83370cff75e9cce7e90e57 (patch) | |
tree | f84200b2d3d9c3a453e665c193691b9c10a69753 /Help | |
parent | 0db948392355a83dc4716290d937d0afe04e9d8b (diff) | |
parent | 2abce794096fed9a301f9f732000d62ae0bed374 (diff) | |
download | CMake-9612034cacba622a8b83370cff75e9cce7e90e57.zip CMake-9612034cacba622a8b83370cff75e9cce7e90e57.tar.gz CMake-9612034cacba622a8b83370cff75e9cce7e90e57.tar.bz2 |
Merge topic 'doc-source_group-scope'
2abce79409 Help: Clarify the usage scope of source_group
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !6246
Diffstat (limited to 'Help')
-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`` |