summaryrefslogtreecommitdiff
path: root/Source/cmAddDependenciesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* add_dependencies: Distinguish target v. file dependencies in error (#14050)Brad King2013-03-291-4/+8
* Allow add_dependencies() on imported targets (#10395)Brad King2010-11-191-5/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-1/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+1
* BUG: fix for bug 4414, find targets in the global generator for set_target_pr...Bill Hoffman2007-02-071-5/+8
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-4/+5
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* removed some includesKen Martin2002-09-271-1/+0
* remove unused variablesKen Martin2002-09-151-1/+0
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-3/+5
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-12/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: add error checkingBill Hoffman2001-12-271-0/+16
* Expand variables in all target argsSebastien Barre2001-11-081-2/+8
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2
* added add dependencies commandKen Martin2001-06-261-0/+66