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
/
RunCMake
/
ObjectLibrary
/
depends_main.cpp
blob: a9d323da2e4537b27100e1ba0858a0f12d97e4f6 (
plain
)
1
2
3
4
5
6
7
void
mylib_foo
();
int
main
()
{
mylib_foo
();
return
0
;
}