Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
InterfaceLibrary
/
libsdir
/
sharedlib.cpp
blob: c49ce905b1cf46c05e7ab4f8ef0be9b9f10e33d0 [
file
] [
log
] [
blame
]
#include
"sharedlib.h"
SharedDependLibObject
SharedLibObject
::
object
()
const
{
SharedDependLibObject
sdlo
;
return
sdlo
;
}
int
SharedLibObject
::
foo
()
const
{
return
0
;
}