index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Tests
/
VSWinStorePhone
/
CxxDLL
/
cxxdll.h
blob: 86edceb636202731ddde79b88971bbec35c3a561 (
plain
)
1
2
3
4
5
class
__declspec
(
dllexport
)
CxxDllClass
{
public
:
static void
SomeMethod
();
};