CMake/Tests/ExportImport
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
..
Export Export: Process relative includes after genex evaluation. 2013-11-26 13:01:29 +01:00
Import Export: Process relative includes after genex evaluation. 2013-11-26 13:01:29 +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