cmake/Tests/ExportImport/Export/testSharedLibDepends.h
2013-03-16 19:13:01 +02:00

15 lines
224 B
C

#ifndef TESTSHAREDLIBDEPENDS_H
#define TESTSHAREDLIBDEPENDS_H
#include "testsharedlibdepends_export.h"
#include "testSharedLibRequired.h"
struct TESTSHAREDLIBDEPENDS_EXPORT TestSharedLibDepends
{
int foo();
};
#endif