1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

Help: Clarify the usage scope of source_group

Fixes: #18856
This commit is contained in:
Heiko Thiel
2021-06-18 18:23:01 +02:00
committed by Brad King
parent d64d2d12c3
commit 2abce79409

View File

@@ -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``