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
STYLE: Nightly Version update
[cmake.git]
/
Tests
/
SimpleInstallS2
/
lib2.h
blob
ea5a6f7ea7ff0e4680b94e8bec86e848b724068f
1
#ifdef _WIN32
2
# ifdef test2_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
Lib2Func
();