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
/
dir1
/
lib1.h
blob: 69c37edc9f892caf650cbaf6cc86c4aa98cbc366 (
plain
)
1
2
3
4
#ifdef _WIN32
__declspec
(
dllimport
)
#endif
extern
void
lib1
(
void
);