Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a convenient way to add the includes install dir to the INTERFACE. | Stephen Kelly | 2013-07-24 | 1 | -0/+3 |
| | | | | | | | Export the INCLUDES DESTINATION without appending to the INTERFACE_INCLUDE_DIRECTORIES of the target itself. That way, a target can be exported multiple times with different INCLUDES DESTINATION without unintended cross-pollution of export sets. | ||||
* | exports: Remove cmTargetExport constructor | Yury G. Kudryashov | 2012-09-28 | 1 | -12/+0 |
| | | | | | The constructor was used exactly once. Setting members explicitly makes the code more readable. | ||||
* | exports: Move cmTargetExport to a dedicated header file | Yury G. Kudryashov | 2012-09-28 | 1 | -0/+51 |