CMake/Tests/RunCMake/include_directories
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
..
BinaryDirectoryInInterface-result.txt install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
BinaryDirectoryInInterface-stderr.txt install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
BinaryDirectoryInInterface.cmake install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
CMP0021-result.txt Error on relative path in INCLUDE_DIRECTORIES target property. 2013-05-21 14:59:17 -04:00
CMP0021-stderr.txt Error on relative path in INCLUDE_DIRECTORIES target property. 2013-05-21 14:59:17 -04:00
CMP0021.cmake Error on relative path in INCLUDE_DIRECTORIES target property. 2013-05-21 14:59:17 -04:00
CMakeLists.txt Export: Test existing behavior of exporting includes with genexes. 2013-11-26 13:00:43 +01:00
DebugIncludes-result.txt Add a way to print the origins of used include directories. 2013-01-03 13:45:40 -05:00
DebugIncludes-stderr.txt Test transitive includes from setting the LINK_LIBRARIES property. 2013-05-06 18:11:56 +02:00
DebugIncludes.cmake Test transitive includes from setting the LINK_LIBRARIES property. 2013-05-06 18:11:56 +02:00
ImportedTarget-result.txt Report an error on IMPORTED targets with a faulty INTERFACE 2013-03-26 10:45:28 -04:00
ImportedTarget-stderr.txt Report an error on IMPORTED targets with a faulty INTERFACE 2013-03-26 10:45:28 -04:00
ImportedTarget.cmake Report an error on IMPORTED targets with a faulty INTERFACE 2013-03-26 10:45:28 -04:00
NotFoundContent-result.txt GenEx: Fix reporting about not-found include directories and libraries. 2012-10-17 16:23:32 -04:00
NotFoundContent-stderr.txt GenEx: Fix reporting about not-found include directories and libraries. 2012-10-17 16:23:32 -04:00
NotFoundContent.cmake GenEx: Fix reporting about not-found include directories and libraries. 2012-10-17 16:23:32 -04:00
RelativePathInGenex-result.txt Error if linked target has relative paths in INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 19:56:10 +01:00
RelativePathInGenex-stderr.txt Error if linked target has relative paths in INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 19:56:10 +01:00
RelativePathInGenex.cmake Error if linked target has relative paths in INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 19:56:10 +01:00
RelativePathInInterface-result.txt install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
RelativePathInInterface-stderr.txt install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
RelativePathInInterface.cmake install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
RunCMakeTest.cmake Export: Test existing behavior of exporting includes with genexes. 2013-11-26 13:00:43 +01:00
SourceDirectoryInInterface-result.txt install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
SourceDirectoryInInterface-stderr.txt install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
SourceDirectoryInInterface.cmake install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
TID-bad-target-result.txt Whitelist target types in target_{include_directories,compile_definitions} 2013-02-08 19:21:30 +01:00
TID-bad-target-stderr.txt Whitelist target types in target_{include_directories,compile_definitions} 2013-02-08 19:21:30 +01:00
TID-bad-target.cmake Whitelist target types in target_{include_directories,compile_definitions} 2013-02-08 19:21:30 +01:00
empty.cpp install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
export-NOWARN-result.txt Export: Test existing behavior of exporting includes with genexes. 2013-11-26 13:00:43 +01:00
export-NOWARN-stderr.txt Export: Test existing behavior of exporting includes with genexes. 2013-11-26 13:00:43 +01:00
export-NOWARN.cmake Export: Process relative includes after genex evaluation. 2013-11-26 13:01:29 +01:00
incomplete-genex.cmake genex: Test preprocessing incomplete expressions. 2013-09-13 20:10:41 +02:00
install_config-result.txt Export: Process generator expressions from INCLUDES DESTINATION. 2013-08-01 00:37:25 +02:00
install_config-stderr.txt Export: Process generator expressions from INCLUDES DESTINATION. 2013-08-01 00:37:25 +02:00
install_config.cmake Export: Process generator expressions from INCLUDES DESTINATION. 2013-08-01 00:37:25 +02:00