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