Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
InterfaceLibrary
/
libsdir
/
sharedlib
/
sharedlib.h
blob: 3e1894138d587afa518769350ca212066e9378a8 [
file
] [
log
] [
blame
]
#ifndef
SHAREDLIB_H
#define
SHAREDLIB_H
#include
"shareddependlib.h"
#include
"sharedlib_export.h"
struct
SHAREDLIB_EXPORT
SharedLibObject
{
SharedDependLibObject
object
()
const
;
int
foo
()
const
;
};
#endif