projects
/
platform
/
upstream
/
cmake.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Imported Upstream version 3.24.0
[platform/upstream/cmake.git]
/
Tests
/
RunCMake
/
VerifyHeaderSets
/
dir1
/
lib1.h
1
#ifdef _WIN32
2
__declspec(dllimport)
3
#endif
4
extern void lib1(void);