CMake/Tests/ExportImport/Import
Stephen Kelly 236133e79e Handle targets in the LINK_LIBRARIES of try_compile.
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'.
2013-02-22 08:35:39 -05:00
..
A Add includes and compile definitions with target_link_libraries. 2013-01-31 17:34:20 +01:00
try_compile Handle targets in the LINK_LIBRARIES of try_compile. 2013-02-22 08:35:39 -05:00
CMakeLists.txt Handle targets in the LINK_LIBRARIES of try_compile. 2013-02-22 08:35:39 -05:00
imp_testTransExe1.c ENH: Test transitive link to subdir-imported lib 2009-04-06 11:11:33 -04:00