cmake/Tests/ExportImport/Export/testSharedLibRequired.h

13 lines
193 B
C
Raw Normal View History

2013-03-16 19:13:01 +02:00
#ifndef TESTSHAREDLIBREQUIRED_H
#define TESTSHAREDLIBREQUIRED_H
#include "testsharedlibrequired_export.h"
struct TESTSHAREDLIBREQUIRED_EXPORT TestSharedLibRequired
{
int foo();
};
#endif