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
/
PreOrder
/
simple.cxx
blob: ef26e7984e23cd15280f0445c256b4b7e9a456b8 (
plain
)
1
2
3
4
5
6
extern
void
simpleLib
();
int
main
()
{
simpleLib
();
return
0
;
}