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
/
CompatibleInterface
/
iface2.cpp
blob: a9b501508fa4cdc2baf888f8047763c5a5a50ae7 (
plain
)
1
2
3
4
5
6
7
#include
"iface2.h"
int
Iface2
::
foo
()
{
return
0
;
}