summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetExport.h
Commit message (Collapse)AuthorAgeFilesLines
* Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-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 constructorYury G. Kudryashov2012-09-281-12/+0
| | | | | The constructor was used exactly once. Setting members explicitly makes the code more readable.
* exports: Move cmTargetExport to a dedicated header fileYury G. Kudryashov2012-09-281-0/+51