mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
ENH: add ability to use ; separated lists in SET and expand them for addexecutable and addlibrary
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user