summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeCommands/target_link_libraries
Commit message (Expand)AuthorAgeFilesLines
* target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-161-2/+3
* target_link_libraries: Fix out-of-dir calls with debug/optimized keywordsBrad King2020-01-101-1/+1
* target_link_libraries: Add FIXME comment for out-of-dir genex listBrad King2020-01-101-0/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-017-11/+4
* target_link_libraries: Fix static library private deps in other dirsBrad King2019-04-304-0/+30
* target_link_libraries: Allow use with targets in other directoriesBrad King2018-09-126-0/+84
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-012-2/+2
* Tests: Ensure Solaris linker never sees empty contentsCraig Scott2017-05-181-1/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-1613-14/+18
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Tests: Do not try to use invalid "ld -v" flag on SolarisBrad King2015-03-311-1/+11
* Merge branch 'policy-CMP0022-fixes' into policy-CMP0022-fixes-for-masterBrad King2013-11-036-0/+56
|\
| * CMP0022: Add test for target_link_libraries plain signatureStephen Kelly2013-11-026-0/+56
* | Merge topic 'fix-tll-static-private'Brad King2013-10-261-0/+3
|\ \ | |/
| * Don't add invalid content to static lib INTERFACE_LINK_LIBRARIES.Stephen Kelly2013-10-261-0/+3
* | target_link_libraries: Allow repeated use of LINK_{PRIVATE,PUBLIC} keywords.Stephen Kelly2013-10-171-3/+3
|/
* cmTarget: Fix iface libraries and languages for static libraries.Stephen Kelly2013-07-266-0/+29
* target_link_libraries: Add PUBLIC/PRIVATE/INTERFACE keyword signatureStephen Kelly2013-07-242-0/+25
* TLL: Don't populate old link interface if CMP0022 is NEW.Stephen Kelly2013-07-087-0/+58
* Test that linking using the debug keyword to tll works.Stephen Kelly2013-05-161-0/+8
* Rename variable for including current directory in interfacesBrad King2013-03-191-1/+1
* Merge topic 'fix-transitive-target-names'Brad King2013-03-122-0/+8
|\
| * Restore support for target names with '+' (#13986)Stephen Kelly2013-03-122-0/+8
* | Remove unused parameters from target_link_libraries tests.Stephen Kelly2013-03-063-3/+3
|/
* 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-314-4/+51
* Revert "Allow target_link_libraries with IMPORTED targets."Stephen Kelly2013-01-211-3/+0
* Allow generator expressions in LINK_INTERFACE_LIBRARIES.Stephen Kelly2013-01-104-0/+44
* 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-084-1/+31
|\ \
| * | Add LINK_LIBRARIES property for direct target link dependenciesStephen Kelly2013-01-084-1/+31
| |/
* | Add CMAKE_BUILD_INTERFACE_INCLUDES build-variable.Stephen Kelly2013-01-085-1/+36
|/
* Merge topic 'fix-test-warnings'Brad King2013-01-031-1/+1
|\
| * Tests: Fix warning about unused variableStephen Kelly2013-01-031-1/+1
* | Make targets depend on the link interface of their dependees.Stephen Kelly2013-01-034-1/+25
|/
* GenerateExportHeader test: add newlines before end of fileRolf Eike Beer2012-01-171-1/+1
* target_link_libraries: Add LINK_(PUBLIC|PRIVATE) optionsStephen Kelly2011-11-228-0/+127