summaryrefslogtreecommitdiff
path: root/Tests/CMakeCommands/target_link_libraries/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* target_link_libraries: Fix static library private deps in other dirsBrad King2019-04-301-0/+4
* target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-121-0/+12
* target_link_libraries: Allow repeated use of LINK_{PRIVATE,PUBLIC} keywords.Stephen Kelly2013-10-171-3/+3
* target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-241-0/+6
* TLL: Don't populate old link interface if CMP0022 is NEW.Stephen Kelly2013-07-081-0/+2
* Test that linking using the debug keyword to tll works.Stephen Kelly2013-05-161-0/+8
* Restore support for target names with '+' (#13986)Stephen Kelly2013-03-121-0/+7
* Remove use of TARGET_DEFINED from the target_link_libraries test.Stephen Kelly2013-02-251-4/+4
* Only use early evaluation termination for transitive properties.Stephen Kelly2013-02-071-1/+4
* Add includes and compile definitions with target_link_libraries.Stephen Kelly2013-01-311-4/+21
* Revert "Allow target_link_libraries with IMPORTED targets."Stephen Kelly2013-01-211-3/+0
* Allow generator expressions in LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-01-101-0/+10
* Merge topic 'tll-IMPORTED-targets'Brad King2013-01-101-0/+3
|\
| * Allow target_link_libraries with IMPORTED targets.Stephen Kelly2013-01-081-0/+3
* | Merge topic 'LINK_LIBRARIES-property'Brad King2013-01-081-0/+7
|\ \
| * | Add LINK_LIBRARIES property for direct target link dependenciesStephen Kelly2013-01-081-0/+7
| |/
* | Add CMAKE_BUILD_INTERFACE_INCLUDES build-variable.Stephen Kelly2013-01-081-0/+7
|/
* Make targets depend on the link interface of their dependees.Stephen Kelly2013-01-031-0/+7
* target_link_libraries: Add LINK_(PUBLIC|PRIVATE) optionsStephen Kelly2011-11-221-0/+58