repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: do not depend on files that do not exist
[cmake.git]
/
Tests
/
SimpleInstallS2
/
lib4.h
blob
4b94ea20725747b853eb225b6ff87f3a7e7c9724
1
#ifdef _WIN32
2
# ifdef test4_EXPORTS
3
# define CM_TEST_LIB_EXPORT __declspec( dllexport )
4
# else
5
# define CM_TEST_LIB_EXPORT __declspec( dllimport )
6
# endif
7
#else
8
# define CM_TEST_LIB_EXPORT
9
#endif
10
11
CM_TEST_LIB_EXPORT
float
Lib4Func
();
12