mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-27 04:09:36 +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
55 B
C++
5 lines
55 B
C++
|
|
#include "systemlib.h"
|
|
|
|
int systemlib() { return 0; }
|