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.
5 lines
63 B
C++
5 lines
63 B
C++
|
|
#include "upstream.h"
|
|
|
|
int upstream() { return systemlib(); }
|