CMake/Tests/IncludeDirectories
Stephen Kelly faedd2bea9 cmTarget: Fix system include annotation propagation.
Direct users of IMPORTED targets treat INTERFACE_INCLUDE_DIRECTORIES
as SYSTEM, after commit a63fcbcb (Always consider includes from IMPORTED
targets to be SYSTEM., 2013-08-29).  It was intended that transitive
use of an IMPORTED target would have the same behavior, but that
did not work.  The implementation processed only direct dependencies
in cmTarget::FinalizeSystemIncludeDirectories.

Implement transitive evaluation of dependencies by traversing the
link interface of each target in the link implementation.
2014-01-06 17:25:10 +01:00
..
CMP0021 Fix OLD behavior of CMP0021. 2013-08-24 15:14:56 +02:00
SystemIncludeDirectories cmTarget: Fix system include annotation propagation. 2014-01-06 17:25:10 +01:00
TargetIncludeDirectories Remove the LINK_LANGUAGE generator expression. 2013-07-24 10:40:00 -04:00
CMakeLists.txt Clang: Add separate "AppleClang" compiler id 2013-10-07 20:12:46 -04:00
empty.cpp Tests/IncludeDirectories: Avoid shared library with no symbols 2013-05-23 09:21:45 -04:00
main.cpp Fix for bug#10798. VS10 did not append -I flags with COMPILE_FLAGS prop. 2011-06-02 10:28:10 -04:00