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