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_obj1.c
blob: e1f9f6a7c1ad6a9ec7e651fd59d3b7721be8acaa (
plain
)
1
2
3
4
int
myobj_foo
(
void
)
{
return
1
;
}