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
/
InterfaceLinkLibrariesDirect
/
testSharedLibHelperObj.c
blob: 9d55fcb3b8e6a513755008c402c176934291cf7d (
plain
)
1
2
3
4
int
testSharedLibHelperObj
(
int
n
)
{
return
n
;
}