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
/
func.c
blob: 415a9bf98b184812d042cbb1cde4b4dcef073d8c (
plain
)
1
2
3
4
5
6
7
#if defined(_WIN32)
__declspec
(
dllexport
)
#endif
void
func_c
()
{
}