This commit is contained in:
Bill Hoffman 2002-03-29 11:03:44 -05:00
parent b6ebd7b7fa
commit 7359c6bd16
1 changed files with 2 additions and 2 deletions

View File

@ -54,8 +54,8 @@ public:
{ {
return return
"GET_SOURCE_FILE_PROPERTY(VAR file [ABSTRACT|WRAP_EXCLUDE|FLAGS]) " "GET_SOURCE_FILE_PROPERTY(VAR file [ABSTRACT|WRAP_EXCLUDE|FLAGS]) "
"Get properties on a file. The syntax for the command is to list all the files you want " "Get a property from a source file. The value of the property is stored "
"to change, and then provide the values you want to set next."; "in the variable VAR.";
} }
cmTypeMacro(cmGetSourceFilePropertyCommand, cmCommand); cmTypeMacro(cmGetSourceFilePropertyCommand, cmCommand);