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
/
DependencyGraph
/
bottom.c
blob: c8ea481cdd06fd43b7e85a0815b0ed41f62efc4e (
plain
)
1
2
3
4
5
6
7
#ifdef _WIN32
__declspec
(
dllexport
)
#endif
int
bottom
(
void
)
{
return
23
;
}