index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
InterfaceLibrary
/
libsdir
/
shareddependlib.cpp
blob: 378ba8165f5caf2b22a1adc71acb41c6bf541abb (
plain
)
1
2
3
4
5
6
7
#include
"shareddependlib.h"
int
SharedDependLibObject
::
foo
()
const
{
return
0
;
}