CMake/Tests/ExportImport/Import
Stephen Kelly 9eedc850eb Export: Process relative includes after genex evaluation.
In code such as

 install(TARGETS ...
   INCLUDES DESTINATION $<FOO>include
 )

the generator expressions are evaluated at generate-time. Delay
determining whether each entry is a relative path until after
the generator expressions are evaluated. Such relative paths
are based relative to the CMAKE_INSTALL_PREFIX.
2013-11-26 13:01:29 +01:00
..
A Export: Process relative includes after genex evaluation. 2013-11-26 13:01:29 +01:00
Interface Consider targets with double colons to be IMPORTED or ALIAS targets. 2013-10-21 15:56:31 +02:00
try_compile try_compile: Extract IMPORTED targets from INTERFACE_LINK_LIBRARIES 2013-08-26 11:37:00 -04:00
CMakeLists.txt export: Add support for INTERFACE_LIBRARY targets 2013-10-07 20:07:27 -04:00
imp_testTransExe1.c ENH: Test transitive link to subdir-imported lib 2009-04-06 11:11:33 -04:00