| Commit message (Expand) | Author | Age | Files | Lines |
* | Consider targets with double colons to be IMPORTED or ALIAS targets. | Stephen Kelly | 2013-10-21 | 1 | -9/+9 |
|
|
* | Merge topic 'INTERFACE_LIBRARY-target-type' | Brad King | 2013-10-08 | 4 | -0/+95 |
|\ |
|
| * | install: Teach EXPORT option to handle INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 1 | -0/+13 |
|
|
| * | export: Add support for INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 4 | -0/+82 |
|
|
* | | Always consider includes from IMPORTED targets to be SYSTEM. | Stephen Kelly | 2013-09-24 | 2 | -0/+56 |
|/ |
|
* | try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES | Stephen Kelly | 2013-08-26 | 1 | -0/+15 |
|
|
* | try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES | Stephen Kelly | 2013-08-26 | 1 | -6/+6 |
|
|
* | Merge topic 'install-interface-relative' | Brad King | 2013-07-26 | 1 | -0/+1 |
|\ |
|
| * | Genex: Allow relative paths in INSTALL_INTERFACE. | Stephen Kelly | 2013-07-25 | 1 | -0/+1 |
|
|
* | | Merge topic 'install-interface-includes' | Brad King | 2013-07-26 | 1 | -0/+3 |
|\ \
| |/ |
|
| * | Add a convenient way to add the includes install dir to the INTERFACE. | Stephen Kelly | 2013-07-24 | 1 | -0/+3 |
|
|
* | | Use linked frameworks as a source of include directories. | Stephen Kelly | 2013-07-24 | 3 | -0/+19 |
|/ |
|
* | Merge topic 'INTERFACE_LINK_LIBRARIES-prop' | Brad King | 2013-07-15 | 7 | -0/+38 |
|\ |
|
| * | Export: Generate INTERFACE_LINK_LIBRARIES property on targets. | Stephen Kelly | 2013-07-08 | 7 | -0/+38 |
|
|
* | | Merge topic 'IMPORTED-build-dependencies' | Brad King | 2013-07-15 | 5 | -0/+62 |
|\ \
| |/
|/| |
|
| * | Test non-IMPORTED libraries in the INTERFACE of IMPORTED libraries. | Stephen Kelly | 2013-07-02 | 5 | -0/+62 |
|
|
* | | Generate INTERFACE_COMPILE_OPTIONS on export. | Stephen Kelly | 2013-06-10 | 2 | -0/+19 |
|/ |
|
* | Add EXPORT_NAME property. | Stephen Kelly | 2013-05-18 | 3 | -1/+17 |
|
|
* | Handle targets in the LINK_LIBRARIES of try_compile. | Stephen Kelly | 2013-02-22 | 2 | -0/+23 |
|
|
* | Revert "Add a way to exclude INTERFACE properties from exported targets." | Stephen Kelly | 2013-02-13 | 4 | -76/+0 |
|
|
* | Add includes and compile definitions with target_link_libraries. | Stephen Kelly | 2013-01-31 | 5 | -13/+77 |
|
|
* | Export targets to a targets file, not a Config file. | Stephen Kelly | 2013-01-31 | 1 | -2/+2 |
|
|
* | Don't allow targets args in the new target commands. | Stephen Kelly | 2013-01-29 | 1 | -6/+13 |
|
|
* | Add the COMPATIBLE_INTERFACE_STRING property. | Stephen Kelly | 2013-01-24 | 2 | -0/+6 |
|
|
* | Export the COMPATIBLE_INTERFACE_BOOL content properties | Stephen Kelly | 2013-01-21 | 2 | -0/+6 |
|
|
* | Make INTERFACE determined properties readable in generator expressions. | Stephen Kelly | 2013-01-20 | 2 | -1/+10 |
|
|
* | Export the INTERFACE_PIC property. | Stephen Kelly | 2013-01-15 | 2 | -0/+24 |
|
|
* | Make the BUILD_INTERFACE of export()ed targets work. | Stephen Kelly | 2013-01-15 | 2 | -4/+18 |
|
|
* | Add a test for the interfaces in targets exported from the build tree. | Stephen Kelly | 2013-01-15 | 1 | -16/+13 |
|
|
* | Allow generator expressions in LINK_INTERFACE_LIBRARIES. | Stephen Kelly | 2013-01-10 | 2 | -0/+22 |
|
|
* | Fix linking to imported libraries test. | Stephen Kelly | 2013-01-10 | 2 | -3/+3 |
|
|
* | Handle INTERFACE properties transitively for includes and defines. | Stephen Kelly | 2013-01-05 | 2 | -0/+39 |
|
|
* | exports: add a test for exporting dependent targets | Alex Neundorf | 2012-09-30 | 1 | -0/+4 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -1/+1 |
|
|
* | Check*.cmake: Expand imported targets in CMAKE_REQUIRED_LIBRARIES | Alex Neundorf | 2012-02-21 | 1 | -0/+11 |
|
|
* | Honor custom command dependencies on imported targets (#10395) | Brad King | 2010-12-08 | 1 | -5/+45 |
|
|
* | Allow add_dependencies() on imported targets (#10395) | Brad King | 2010-11-19 | 2 | -1/+17 |
|
|
* | Test link multiplicity export/import | Brad King | 2009-09-01 | 2 | -1/+4 |
|
|
* | ENH: Test export/import of link interface languages | Brad King | 2009-07-11 | 3 | -3/+6 |
|
|
* | ENH: Remove CMAKE_ANSI_CFLAGS from tests | Brad King | 2009-07-08 | 1 | -5/+0 |
|
|
* | ENH: Allow IMPORTED_IMPLIB w/o IMPORTED_LOCATION | Brad King | 2009-04-08 | 2 | -2/+14 |
|
|
* | ENH: Test transitive link to subdir-imported lib | Brad King | 2009-04-06 | 6 | -62/+97 |
|
|
* | ENH: Allow a custom list of debug configurations | Brad King | 2008-09-04 | 1 | -2/+7 |
|
|
* | ENH: Test target_link_libraries INTERFACE option | Brad King | 2008-08-11 | 2 | -1/+13 |
|
|
* | ENH: preclean some warnings | Ken Martin | 2008-03-25 | 1 | -0/+1 |
|
|
* | ENH: Updated ExportImport test to try LINK_INTERFACE_LIBRARIES. | Brad King | 2008-01-30 | 1 | -1/+2 |
|
|
* | ENH: Support exporting/importing of AppBundle targets. | Brad King | 2008-01-28 | 2 | -1/+15 |
|
|
* | ENH: Added framework to ExportImport test. | Brad King | 2008-01-28 | 2 | -3/+4 |
|
|
* | ENH: Added ExportImport test to test new export/import features. | Brad King | 2008-01-28 | 3 | -0/+70 |
|
|