summaryrefslogtreecommitdiffstats
path: root/Source/cmAddCustomCommandCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* remove unused variablesKen Martin2002-09-151-1/+0
|
* ENH: add list expansion backBill Hoffman2002-05-221-2/+4
|
* ENH: backwards compatible for VTK 4.0, add cmake version requiresBill Hoffman2002-04-171-4/+2
|
* ENH: use target as source if source is emptySebastien Barre2002-04-111-8/+12
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+4
|
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-3/+1
|
* ENH:Updated copyrightWill Schroeder2002-01-211-4/+5
|
* Remove hack.Sebastien Barre2002-01-161-28/+0
|
* Hack to make it work almost like beforeAndy Cedilnik2002-01-161-1/+7
|
* Fix add custom command so that it actually executes the codeAndy Cedilnik2002-01-031-0/+25
|
* SOURCE, COMMAND, TARGET are required nowSebastien Barre2001-11-091-6/+2
|
* Reimplement code. Since a custom command is very flexible and might be ↵Sebastien Barre2001-11-091-44/+95
| | | | extended in the future, make all arguments prefixed with arg type, make ordering irrelevant and potentially all args optional.
* Fix number of params and expand vars in all argsSebastien Barre2001-11-081-10/+25
|
* Added accessor for add custom commandAndy Cedilnik2001-11-071-0/+73