Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
ExportImport
/
Export
/
testSharedLibDepends.h
blob: 73dafae63a9b2e02312ac4a65682ac88c6870eec [
file
] [
log
] [
blame
]
#ifndef
TESTSHAREDLIBDEPENDS_H
#define
TESTSHAREDLIBDEPENDS_H
#include
"renamed.h"
#include
"testSharedLibRequired.h"
#include
"testsharedlibdepends_export.h"
struct
TESTSHAREDLIBDEPENDS_EXPORT
TestSharedLibDepends
{
int
foo
();
};
#endif