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