cmake/Tests/ExportImport/Export/testSharedLibDepends.h

15 lines
224 B
C
Raw Normal View History

2013-03-16 19:13:01 +02:00
#ifndef TESTSHAREDLIBDEPENDS_H
#define TESTSHAREDLIBDEPENDS_H
#include "testsharedlibdepends_export.h"
#include "testSharedLibRequired.h"
struct TESTSHAREDLIBDEPENDS_EXPORT TestSharedLibDepends
{
int foo();
};
#endif