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