CMake/Tests/CompatibleInterface
Brad King 6e7e881c57 Honor $<LINK_ONLY> when checking interface properties
Callers of cmTarget::GetLinkImplementationClosure are interested in the
set of targets whose interface properties propagate to the current
target.  This excludes targets guarded by $<LINK_ONLY>.

Teach the CompatibleInterface test to cover suppression of interface
compatibility tests with $<LINK_ONLY>.  Although this is not recommended
in practice, it is a way of covering the above behavior.
2014-07-16 13:28:47 -04:00
..
CMakeLists.txt Honor $<LINK_ONLY> when checking interface properties 2014-07-16 13:28:47 -04:00
bar.cpp Honor $<LINK_ONLY> when checking interface properties 2014-07-16 13:28:47 -04:00
empty.cpp Make INTERFACE determined properties readable in generator expressions. 2013-01-20 17:06:47 +01:00
foo.cpp Honor $<LINK_ONLY> when checking interface properties 2014-07-16 13:28:47 -04:00
iface2.cpp Exclude the LINK_LIBRARIES related properties from INTERFACE evaluation. 2013-01-24 08:17:46 -05:00
iface2.h Exclude the LINK_LIBRARIES related properties from INTERFACE evaluation. 2013-01-24 08:17:46 -05:00
main.cpp Honor $<LINK_ONLY> when checking interface properties 2014-07-16 13:28:47 -04:00