summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/target_link_libraries
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: Add a way to represent imported shared library stubsRobert Maynard2023-07-182-0/+3
* Deprecate compatibility with CMake versions older than 3.5Brad King2023-02-111-0/+1
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-113-3/+3
* Add deprecation warnings for policies CMP0108 and belowBrad King2022-10-121-0/+10
* CMP0028: Report the target whose link interface has an offending itemBrad King2021-12-162-11/+29
* CMP0028: Report backtrace to link item rather than target creationBrad King2021-12-162-5/+5
* Add deprecation warnings for policies CMP0081 and belowBrad King2021-02-102-1/+22
* cmTarget: Raise error if imported target location is not setRaul Tambre2020-08-212-1/+3
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2020-06-185-5/+3
* Tests: Split RunCMake.target_link_libraries testMarc Chevrier2020-06-1722-327/+0
* add_library/add_executable: allow local alias to imported targetsMarc Chevrier2020-06-022-9/+59
* target_link_libraries: self-link through ALIAS is an errorMarc Chevrier2020-05-306-0/+25
* Merge topic 'link-libs-config-case'Brad King2020-03-314-0/+28
|\
| * target_link_libraries: Fix regression in case of $<CONFIG> genexBrad King2020-03-304-0/+28
* | Genex: Add $<LINK_LANGUAGE:...> and $<LINK_LANG_AND_ID:...>Marc Chevrier2020-02-2622-0/+287
|/
* target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-168-8/+26
* target_link_libraries: Fix out-of-dir calls with debug/optimized keywordsBrad King2020-01-104-4/+4
* cmExportInstallFileGenerator: improve error messageBen Boeckel2019-08-201-1/+1
* 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