cmake/Tests/ExportImport/Export/testSharedLibDepends.h

15 lines
244 B
C
Raw Normal View History

2013-03-16 19:13:01 +02:00
#ifndef TESTSHAREDLIBDEPENDS_H
#define TESTSHAREDLIBDEPENDS_H
2013-11-03 12:27:13 +02:00
#include "renamed.h"
2016-07-09 11:21:54 +02:00
#include "testSharedLibRequired.h"
2020-02-01 23:06:01 +01:00
#include "testsharedlibdepends_export.h"
2013-03-16 19:13:01 +02:00
struct TESTSHAREDLIBDEPENDS_EXPORT TestSharedLibDepends
{
int foo();
};
#endif