| Commit message (Expand) | Author | Age | Files | Lines |
* | install: Support generator expressions in FILES and PROGRAMS mode | Brad King | 2014-02-21 | 5 | -0/+35 |
|
|
* | install: Ensure that install(TARGETS) works with no DESTINATION | Stephen Kelly | 2014-01-04 | 1 | -1/+4 |
|
|
* | export: Implement EXPORT subcommand (#9822) | Stephen Kelly | 2013-12-24 | 1 | -5/+5 |
|
|
* | Merge topic 'cleanup-build-commands' | Brad King | 2013-12-06 | 1 | -0/+3 |
|\ |
|
| * | Tests: Fix standalone build of tests with nested projects | Brad King | 2013-12-05 | 1 | -0/+3 |
|
|
* | | Export: Prefix relative items with genexes in INSTALL_INTERFACE. | Stephen Kelly | 2013-11-26 | 2 | -0/+9 |
|
|
* | | Export: Process INSTALL_INTERFACE in INCLUDES DESTINATION. | Stephen Kelly | 2013-11-26 | 2 | -0/+35 |
|
|
* | | Export: Process relative includes after genex evaluation. | Stephen Kelly | 2013-11-26 | 2 | -1/+17 |
|/ |
|
* | Tests: Pass CMAKE_MAKE_PROGRAM instead of --build-makeprogram | Brad King | 2013-11-18 | 2 | -2/+1 |
|
|
* | Consider targets with double colons to be IMPORTED or ALIAS targets. | Stephen Kelly | 2013-10-21 | 2 | -11/+11 |
|
|
* | Merge topic 'INTERFACE_LIBRARY-target-type' | Brad King | 2013-10-08 | 9 | -0/+167 |
|\ |
|
| * | install: Teach EXPORT option to handle INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 2 | -0/+33 |
|
|
| * | export: Add support for INTERFACE_LIBRARY targets | Stephen Kelly | 2013-10-08 | 9 | -0/+134 |
|
|
* | | Merge topic 'IMPORTED-target-SYSTEM-includes' | Brad King | 2013-10-07 | 5 | -0/+95 |
|\ \
| |/
|/| |
|
| * | Always consider includes from IMPORTED targets to be SYSTEM. | Stephen Kelly | 2013-09-24 | 5 | -0/+95 |
|
|
* | | Genex: Fix processing multiple include directories for relative paths | Stephen Kelly | 2013-10-07 | 1 | -1/+1 |
|/ |
|
* | try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES | Stephen Kelly | 2013-08-26 | 4 | -1/+55 |
|
|
* | try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIES | Stephen Kelly | 2013-08-26 | 4 | -7/+43 |
|
|
* | Export: Process generator expressions from INCLUDES DESTINATION. | Stephen Kelly | 2013-07-31 | 1 | -12/+16 |
|
|
* | Fix crash on export of target with empty INTERFACE_INCLUDE_DIRECTORIES. | Stephen Kelly | 2013-07-29 | 2 | -0/+7 |
|
|
* | Merge topic 'install-interface-relative' | Brad King | 2013-07-26 | 2 | -0/+8 |
|\ |
|
| * | Genex: Allow relative paths in INSTALL_INTERFACE. | Stephen Kelly | 2013-07-25 | 2 | -0/+8 |
|
|
* | | Merge topic 'install-interface-includes' | Brad King | 2013-07-26 | 2 | -1/+21 |
|\ \
| |/ |
|
| * | Add a convenient way to add the includes install dir to the INTERFACE. | Stephen Kelly | 2013-07-24 | 2 | -1/+21 |
|
|
* | | Use linked frameworks as a source of include directories. | Stephen Kelly | 2013-07-24 | 5 | -0/+27 |
|
|
* | | Merge topic 'INTERFACE_LINK_LIBRARIES-prop' | Brad King | 2013-07-17 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | Fix ExportImport test cmp0022NEW build on Watcom | Brad King | 2013-07-16 | 1 | -0/+1 |
|
|
* | | Merge topic 'INTERFACE_LINK_LIBRARIES-prop' | Brad King | 2013-07-15 | 12 | -0/+80 |
|\ \
| |/ |
|
| * | Export: Generate INTERFACE_LINK_LIBRARIES property on targets. | Stephen Kelly | 2013-07-08 | 12 | -0/+80 |
|
|
* | | Merge topic 'IMPORTED-build-dependencies' | Brad King | 2013-07-15 | 6 | -0/+65 |
|\ \
| |/
|/| |
|
| * | Test non-IMPORTED libraries in the INTERFACE of IMPORTED libraries. | Stephen Kelly | 2013-07-02 | 6 | -0/+65 |
|
|
* | | Generate INTERFACE_COMPILE_OPTIONS on export. | Stephen Kelly | 2013-06-10 | 3 | -1/+24 |
|/ |
|
* | Add EXPORT_NAME property. | Stephen Kelly | 2013-05-18 | 9 | -7/+65 |
|
|
* | install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES | Stephen Kelly | 2013-03-26 | 1 | -2/+16 |
|
|
* | Rename variable for including current directory in interfaces | Brad King | 2013-03-19 | 2 | -2/+2 |
|
|
* | Fix cmGeneratorExpression::Preprocess for interleaved inputs. | Stephen Kelly | 2013-03-18 | 1 | -0/+4 |
|
|
* | Merge topic 'remove-TARGET_DEFINED-genex' | Brad King | 2013-03-04 | 1 | -1/+1 |
|\ |
|
| * | Remove use of TARGET_DEFINED from the ExportImport test. | Stephen Kelly | 2013-02-25 | 1 | -1/+1 |
|
|
* | | 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 |
|
|
* | Tests: Add generator toolset support | Brad King | 2013-02-07 | 1 | -0/+2 |
|
|
* | Merge branch 'master' into generator-toolset | Brad King | 2013-02-07 | 7 | -28/+156 |
|\ |
|
| * | Add includes and compile definitions with target_link_libraries. | Stephen Kelly | 2013-01-31 | 6 | -30/+97 |
|
|
| * | Export targets to a targets file, not a Config file. | Stephen Kelly | 2013-01-31 | 2 | -4/+4 |
|
|
| * | Merge topic 'fix-target-property-commands' | Brad King | 2013-01-30 | 1 | -6/+13 |
| |\ |
|
| | * | Don't allow targets args in the new target commands. | Stephen Kelly | 2013-01-29 | 1 | -6/+13 |
|
|
| * | | Merge topic 'fix-TARGET_PROPERTY-extraction' | Brad King | 2013-01-29 | 1 | -0/+2 |
| |\ \ |
|
| | * | | Fix TARGET_PROPERTY target extractions. | Stephen Kelly | 2013-01-29 | 1 | -0/+2 |
| | |/ |
|
| * | | Add the INSTALL_PREFIX genex. | Stephen Kelly | 2013-01-27 | 1 | -1/+16 |
| |/ |
|
| * | Add the COMPATIBLE_INTERFACE_STRING property. | Stephen Kelly | 2013-01-24 | 3 | -1/+14 |
|
|