mirror of
https://github.com/reactos/CMake.git
synced 2025-02-09 05:16:07 +00:00
![Brad King](/assets/img/avatar_default.png)
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.
5 lines
26 B
C++
5 lines
26 B
C++
int foo()
|
|
{
|
|
return 0;
|
|
}
|