summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFilesRequireCommand.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-04-11 18:59:02 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-04-11 18:59:02 (GMT)
commit865ec96644ae08e66b9a4a15bd7cddde46d2e2b0 (patch)
tree3f1a58bd35606684aa8501c2e629f24855e37421 /Source/cmSourceFilesRequireCommand.h
parent7b47a5d2ef1bb303b25a051d588a54616e44cbe9 (diff)
downloadCMake-865ec96644ae08e66b9a4a15bd7cddde46d2e2b0.zip
CMake-865ec96644ae08e66b9a4a15bd7cddde46d2e2b0.tar.gz
CMake-865ec96644ae08e66b9a4a15bd7cddde46d2e2b0.tar.bz2
major changes to support multiple libraries and source lists
Diffstat (limited to 'Source/cmSourceFilesRequireCommand.h')
-rw-r--r--Source/cmSourceFilesRequireCommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmSourceFilesRequireCommand.h b/Source/cmSourceFilesRequireCommand.h
index b7253b7..6737f75 100644
--- a/Source/cmSourceFilesRequireCommand.h
+++ b/Source/cmSourceFilesRequireCommand.h
@@ -55,8 +55,8 @@ public:
*/
virtual const char* GetTerseDocumentation()
{
- return "Add a list of source files if the required \n"
- "variables are set.";
+ return "Add a list of source files to the source file list NAME\n"
+ "if the required variables are set.";
}
/**
@@ -65,7 +65,7 @@ public:
virtual const char* GetFullDocumentation()
{
return
- "SOURCE_FILES_REQUIRE(var1 var2 ... SOURCES_BEGIN file1 file2 ...)";
+ "SOURCE_FILES_REQUIRE(var1 var2 ... SOURCES_BEGIN NAME file1 file2 ...)";
}
cmTypeMacro(cmSourceFilesRequireCommand, cmCommand);