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
/
AutoExportDll
/
objlib.c
blob: 4e580c3f3400cbae34f0441258f709d9dd17cffd (
plain
)
1
2
3
4
int
objlib
(
void
)
{
return
7
;
}