mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 20:19:53 +00:00
6e7e881c57
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. |
||
---|---|---|
.. | ||
bar.cpp | ||
CMakeLists.txt | ||
empty.cpp | ||
foo.cpp | ||
iface2.cpp | ||
iface2.h | ||
main.cpp |