CMake/Tests/ExportImport
Stephen Kelly 7a3e45b9d4 Export: Prefix relative items with genexes in INSTALL_INTERFACE.
Code such as

 target_include_directories(foo INTERFACE
   $<INSTALL_INTERFACE:include$<FOO>>
 )

should be treated as a relative directory, despite the genex, after
the INSTALL_INTERFACE is stripped away.

Previously, this would generate a relative directory on export, which
would be an error on import, so no policy is needed.
2013-11-26 13:01:53 +01:00
..
Export Export: Prefix relative items with genexes in INSTALL_INTERFACE. 2013-11-26 13:01:53 +01:00
Import Export: Prefix relative items with genexes in INSTALL_INTERFACE. 2013-11-26 13:01:53 +01:00
CMakeLists.txt Tests: Pass CMAKE_MAKE_PROGRAM instead of --build-makeprogram 2013-11-18 11:30:50 -05:00
InitialCache.cmake.in Tests: Pass CMAKE_MAKE_PROGRAM instead of --build-makeprogram 2013-11-18 11:30:50 -05:00
main.c ENH: Added ExportImport test to test new export/import features. 2008-01-28 08:40:21 -05:00