ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary

This commit is contained in:
Bill Hoffman
2002-03-29 11:04:19 -05:00
parent 7359c6bd16
commit dbdb0adce8
4 changed files with 30 additions and 8 deletions
+3 -1
View File
@@ -73,7 +73,9 @@ public:
" TYPE and DOCSTRING are required. If TYPE is INTERNAL, then the "
" VALUE is Always written into the cache, replacing any values "
"existing in the cache. If it is not a CACHE VAR, then this always "
"writes into the current makefile.";
"writes into the current makefile.\n"
"An optional syntax is SET(VAR VALUE1 ... VALUEN).\n"
"In this case VAR is set to a ; separated list of values.";
}
cmTypeMacro(cmSetCommand, cmCommand);