summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceGroupCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-05-07 14:55:43 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-05-07 14:55:43 (GMT)
commit0c14932ae6c678feb66f16fddf82e48ac1e6769d (patch)
tree5a11eb9bf4ace5cb721bd520bb01ae6f6ad9eb06 /Source/cmSourceGroupCommand.h
parentc67d55b2e7e122bb869fe34f5da03785a4f45121 (diff)
downloadCMake-0c14932ae6c678feb66f16fddf82e48ac1e6769d.zip
CMake-0c14932ae6c678feb66f16fddf82e48ac1e6769d.tar.gz
CMake-0c14932ae6c678feb66f16fddf82e48ac1e6769d.tar.bz2
ENH: move changes from main tree and change version to 2.4.2
Diffstat (limited to 'Source/cmSourceGroupCommand.h')
-rw-r--r--Source/cmSourceGroupCommand.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/Source/cmSourceGroupCommand.h b/Source/cmSourceGroupCommand.h
index b32f3da..c202d24 100644
--- a/Source/cmSourceGroupCommand.h
+++ b/Source/cmSourceGroupCommand.h
@@ -68,8 +68,11 @@ public:
"be placed in this group. If a file matches multiple groups, the LAST "
"group that explicitly lists the file will be favored, if any. If no "
"group explicitly lists the file, the LAST group whose regular "
- "expression matches the file will be favored. For backwards "
- "compatibility, this command is also supports the format:\n"
+ "expression matches the file will be favored.\n"
+ "The name of the group may contain backslashes to specify subgroups:\n"
+ " SOURCE_GROUP(outer\\\\inner ...)\n"
+ "For backwards compatibility, this command is also supports the "
+ "format:\n"
" SOURCE_GROUP(name regex)";
}