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
/
target_link_libraries-LINK_LIBRARY
/
unref.c
blob: 11922de0e0f21f6a56628d249e1e9ebb38a499d9 (
plain
)
1
2
3
4
5
6
7
8
#if defined(_WIN32)
__declspec
(
dllexport
)
#endif
void
unref
(
void
)
{
}