CMake/Tests/ExportImport/Export
Stephen Kelly af81a3c31b install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES
Check that source and binary directories are not part of the
INTERFACE_INCLUDE_DIRECTORIES for installed IMPORTED targets.

This is limited to directories which do not contain generator
expressions to evaluate. Such paths can only be checked at time
of use of the imported target, which will be done in a follow up
patch.
2013-03-26 10:45:07 -04:00
..
sublib Rename variable for including current directory in interfaces 2013-03-19 16:44:17 -04:00
CMakeLists.txt install(EXPORT): Ensure clean INTERFACE_INCLUDE_DIRECTORIES 2013-03-26 10:45:07 -04:00
testExe1.c
testExe1lib.c
testExe2.c
testExe2lib.c
testExe2libImp.c
testExe3.c
testLib1.c
testLib2.c
testLib3.c
testLib3Imp.c
testLib3ImpDep.c
testLib4.c
testLib4lib.c
testLib4libdbg.c
testLib4libdbg1.c
testLib4libopt.c
testLib4libopt1.c
testLib5.c
testLib6.cxx
testLib6c.c
testLibCycleA1.c
testLibCycleA2.c
testLibCycleA3.c
testLibCycleB1.c
testLibCycleB2.c
testLibCycleB3.c
testLibDepends.c Handle INTERFACE properties transitively for includes and defines. 2013-01-05 01:18:37 +01:00
testLibRequired.c exports: add a test for exporting dependent targets 2012-09-30 10:27:02 -04:00
testSharedLibDepends.cpp Allow generator expressions in LINK_INTERFACE_LIBRARIES. 2013-01-10 23:04:06 +01:00
testSharedLibDepends.h Allow generator expressions in LINK_INTERFACE_LIBRARIES. 2013-01-10 23:04:06 +01:00
testSharedLibRequired.cpp Allow generator expressions in LINK_INTERFACE_LIBRARIES. 2013-01-10 23:04:06 +01:00
testSharedLibRequired.h Allow generator expressions in LINK_INTERFACE_LIBRARIES. 2013-01-10 23:04:06 +01:00