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