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