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
/
lib3.h
blob
c250ed7698d676a6751c0cba5f04770a25a21cf7
1
#ifdef _WIN32
2
# ifdef test3_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
Lib3Func
();