summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTargetPropertiesCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+1
| | | | | | | | | | "imported" executable target. This can then be used e.g. with ADD_CUSTOM_COMMAND() to generate stuff. It adds a second container for "imported" targets, and FindTarget() now takes an additional argument bool useImportedTargets to specify whether you also want to search in the imported targets or only in the "normal" targets. Alex
* BUG: fix for bug 4414, find targets in the global generator for ↵Bill Hoffman2007-02-071-8/+7
| | | | set_target_properties and add_dependencies
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-16/+30
|
* STYLE: fix line lengthKen Martin2006-05-121-3/+6
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
|
* BUG: Report error when a target does not exist.Brad King2006-02-161-0/+1
|
* ENH: add target properties filesBill Hoffman2002-12-211-0/+99