Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
ExportImport
/
Export
/
testSharedLibRequired.h
blob: edaddd485309d955e5878d2302e27e5dd79e0f69 [
file
]
#ifndef
TESTSHAREDLIBREQUIRED_H
#define
TESTSHAREDLIBREQUIRED_H
#include
"testsharedlibrequired_export.h"
struct
TESTSHAREDLIBREQUIRED_EXPORT
TestSharedLibRequired
{
int
foo
();
};
#endif