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
/
item_fake.cpp
blob: b4bd829d62973798abe470ccf0a2764018276419 (
plain
)
1
2
3
4
5
extern
int
item_undefined
();
int
item
()
{
return
item_undefined
();
}