9cf3547e1c
Unlike other target properties, this does not have a corresponding non-INTERFACE variant. This allows propagation of system attribute on include directories from link dependents.
8 lines
64 B
C++
8 lines
64 B
C++
|
|
#include "upstream.h"
|
|
|
|
int consumer()
|
|
{
|
|
return upstream();
|
|
}
|