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: 88b3904a76661f94b5e20d3c93dbb8b47329c32b (
plain
)
1
int
example_dll_function
(
void
) {
return
0
; }