mirror of https://github.com/mono/CppSharp.git
6 changed files with 11 additions and 13 deletions
@ -1,4 +1,4 @@ |
|||||||
#include "Hello.h" |
#include "Basic.h" |
||||||
|
|
||||||
Foo::Foo() |
Foo::Foo() |
||||||
{ |
{ |
@ -1,5 +1,3 @@ |
|||||||
//#include <string>
|
|
||||||
|
|
||||||
#if defined(_MSC_VER) |
#if defined(_MSC_VER) |
||||||
#define CppSharp_API __declspec(dllexport) |
#define CppSharp_API __declspec(dllexport) |
||||||
#else |
#else |
@ -0,0 +1,2 @@ |
|||||||
|
group "Tests/Basic" |
||||||
|
SetupTestProject("Basic") |
Loading…
Reference in new issue