summaryrefslogtreecommitdiff
path: root/Source/cmExportFileGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* export(): Process the export() command at generate time.Stephen Kelly2013-10-111-0/+2
* Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-1/+3
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-0/+11
* OS X: Add support for @rpath in export files.Clinton Stimpson2013-06-031-0/+3
* install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIESStephen Kelly2013-03-261-0/+5
* Revert "Add the $<LINKED:...> generator expression."Stephen Kelly2013-02-131-2/+2
* Add the $<LINKED:...> generator expression.Stephen Kelly2013-01-311-2/+2
* Add the INSTALL_PREFIX genex.Stephen Kelly2013-01-271-0/+2
* Export the COMPATIBLE_INTERFACE_BOOL content propertiesStephen Kelly2013-01-211-0/+2
* Export the INTERFACE_PIC property.Stephen Kelly2013-01-151-0/+2
* Move the exported check for dependencies of targetsStephen Kelly2013-01-151-2/+4
* Split LINK_INTERFACE_LIBRARIES export handling into dedicated method.Stephen Kelly2013-01-101-0/+4
* Split the generator expression before extracting targets.Stephen Kelly2013-01-101-2/+12
* Extract the AddTargetNamespace method.Stephen Kelly2013-01-101-0/+4
* Add API to populate INTERFACE properties in exported targets.Stephen Kelly2013-01-051-0/+15
* Add API to extract target names from a genex string.Stephen Kelly2013-01-051-0/+4
* Generate an early-return guard in target Export files.Stephen Kelly2012-11-301-0/+2
* exports: move the handling of missing targets into subclassesAlex Neundorf2012-09-301-9/+7
* exports: first try at error handling if a target is missingAlex Neundorf2012-09-281-2/+6
* exports: accept a missing target if it is exported exactly onceAlex Neundorf2012-09-281-1/+6
* install(EXPORT): Enforce existence of imported target filesAlex Neundorf2011-11-221-0/+5
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Centralize default link interface computationBrad King2009-07-061-3/+0
* ENH: Pass dependent library search path to linker on some platforms.Brad King2008-02-011-1/+2
* ENH: Support linking to shared libs with dependent libsBrad King2008-01-311-4/+4
* COMP: Remove unused parameter.Brad King2008-01-311-2/+1
* ENH: Implemented link-interface specification feature.Brad King2008-01-301-0/+5
* BUG: Fix export/import file generation to not store link dependencies of exec...Brad King2008-01-281-0/+3
* ENH: Restored APPEND option to EXPORT() command in new implementation.Brad King2008-01-281-0/+2
* COMP: Add virtual destructor to cmExportFileGenerator to avoid warnings about...Brad King2008-01-281-0/+2
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-0/+96