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
/
ModuleDefinition
/
example_dll.c
blob: 3d57b9aa8feb787563fa1d1b37e5e2ff0ae4e354 (
plain
)
1
2
3
4
int
example_dll_function
(
void
)
{
return
0
;
}