mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
STYLE: fix line length
This commit is contained in:
@@ -61,7 +61,8 @@ public:
|
||||
virtual const char* GetFullDocumentation()
|
||||
{
|
||||
return
|
||||
" SOURCE_GROUP(name [REGULAR_EXPRESSION regex] [FILES src1 src2 ...])\n"
|
||||
" SOURCE_GROUP(name [REGULAR_EXPRESSION regex] "
|
||||
"[FILES src1 src2 ...])\n"
|
||||
"Defines a group into which sources will be placed in project files. "
|
||||
"This is mainly used to setup file tabs in Visual Studio. "
|
||||
"Any file whose name is listed or matches the regular expression will "
|
||||
|
||||
Reference in New Issue
Block a user