Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -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 Hoffman | 2007-02-07 | 1 | -8/+7 |
| | | | | set_target_properties and add_dependencies | ||||
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -16/+30 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -3/+6 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -1/+1 |
| | |||||
* | BUG: Report error when a target does not exist. | Brad King | 2006-02-16 | 1 | -0/+1 |
| | |||||
* | ENH: add target properties files | Bill Hoffman | 2002-12-21 | 1 | -0/+99 |