Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
ExportImport
/
Export
/
sublib
/
subdir.h
blob: 3a4b73d735ffc6d634806029f3f2423e04ed4936 [
file
] [
log
] [
blame
]
#ifndef
SUBDIR_H
#define
SUBDIR_H
#include
"subdirlib_export.h"
struct
SUBDIRLIB_EXPORT
SubDirObject
{
int
foo
();
};
#endif