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
KWSys Nightly Date Stamp
[cmake.git]
/
Tests
/
CxxOnly
/
libcxx2.h
blob
5dd84f6c2303c5da43073bdc101e0ca7aff0e36d
1
#ifdef _WIN32
2
# ifdef testcxx2_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
class
CM_TEST_LIB_EXPORT LibCxx2Class
12
{
13
public
:
14
static float
Method
();
15
};