summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import/try_compile
Commit message (Collapse)AuthorAgeFilesLines
* try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIESStephen Kelly2013-08-261-0/+15
|
* try_compile: Extract IMPORTED targets from LINK_DEPENDENT_LIBRARIESStephen Kelly2013-08-261-6/+6
|
* Handle targets in the LINK_LIBRARIES of try_compile.Stephen Kelly2013-02-221-0/+21
Imported targets are re-exported so that they can be used by the try_compile generated code with target_link_libraries. This makes the use of the cmake_expand_imported_targets macro obsolete. The macro is not able to expand the generator expressions which may appear in the IMPORTED_LINK_INTERFACE_LIBRARIES content. Instead it just sees them as 'not a target'.