diff options
author | Heiko Thiel <heiko.thiel@hpi.de> | 2021-06-18 16:23:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-06-18 16:52:43 (GMT) |
commit | 2abce794096fed9a301f9f732000d62ae0bed374 (patch) | |
tree | 59cc9e5185b983233b0a3ef56423f86e2c9c4239 /Help | |
parent | d64d2d12c39f54f953fa946cf01fedf33ee2db70 (diff) | |
download | CMake-2abce794096fed9a301f9f732000d62ae0bed374.zip CMake-2abce794096fed9a301f9f732000d62ae0bed374.tar.gz CMake-2abce794096fed9a301f9f732000d62ae0bed374.tar.bz2 |
Help: Clarify the usage scope of source_group
Fixes: #18856
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`` |