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
/
GenEx-TARGET_RUNTIME_DLLS
/
lib3.c
blob: 5392f7a3c819677b1f6eef7d4cf8337d24e3a2e8 (
plain
)
1
2
3
4
5
6
#ifdef _WIN32
__declspec
(
dllexport
)
#endif
void
lib3
(
void
)
{
}