summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/target_link_libraries
Commit message (Expand)AuthorAgeFilesLines
* Tests: add tests for empty-value keyword arguments in target_*Ben Boeckel2018-10-262-0/+5
* Testing: Update hard-coded line numbers to [0-9]+ in some testsKyle Edwards2018-10-106-6/+6
* target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-1227-11/+77
* Revert "target_link_libraries: Allow use with targets in other directories"Brad King2018-07-0315-94/+7
* target_link_libraries: Allow use with targets in other directoriesPatrick Stotko2018-05-1515-7/+94
* target_link_libraries: Slightly fix some error-messages.Deniz Bahadir2017-11-291-2/+2
* Teach target_* commands to set INTERFACE properties of IMPORTED targetsDeniz Bahadir2017-10-265-0/+12
* target_link_libraries: Allow linking to UNKNOWN IMPORTED GLOBAL libsBrad King2017-08-312-0/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-1/+1
* Fix export of STATIC library PRIVATE non-target dependenciesBrad King2016-02-175-0/+17
* cmComputeLinkInformation: Lookup a target only if we have oneBrad King2015-08-132-0/+11
* cmTarget: Fix diagnostic of target_link_libraries in wrong directory (#15626)Brad King2015-06-256-0/+11
* Policies: omit warnings about unset policies when they are actually set to NEWNils Gladitz2014-03-312-10/+0
* Cygwin: Avoid legacy warnings in RunCMake.* testsBrad King2013-08-131-1/+1
* target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-2421-0/+149