CMake/Tests/ExportImport/Export/systemlib.cpp
Stephen Kelly a63fcbcb9f Always consider includes from IMPORTED targets to be SYSTEM.
Introduce a target property to control this behavior variable
to set the default value for the target property.

This does not affect try_compile runs.
2013-09-24 20:00:31 +02:00

8 lines
59 B
C++

#include "systemlib.h"
SystemStruct::SystemStruct()
{
}