mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
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();
|
|
}
|