summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkDirectoriesCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
| | | | Reduce the number of files relying on `cmake.h`.
* LINK_DIRECTORIES: Add new properties and commandsMarc Chevrier2018-09-251-0/+61
These new capabilities enable to manage link directories Two new properties: * target properties: LINK_DIRECTORIES and INTERFACE_LINK_DIRECTORIES One new command * target_link_directories(): to populate target properties Fixes: #17215