summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_link_libraries/depG.h
Commit message (Collapse)AuthorAgeFilesLines
* Add includes and compile definitions with target_link_libraries.Stephen Kelly2013-01-311-0/+7
This establishes that linking is used to propagate usage-requirements between targets in CMake code. The use of the target_link_libraries command as the API for this is chosen because introducing a new command would introduce confusion due to multiple commands which differ only in a subtle way.