mirror of https://github.com/mono/CppSharp.git
8 changed files with 18 additions and 17 deletions
@ -1,10 +1,10 @@
@@ -1,10 +1,10 @@
|
||||
project "CppSharp" |
||||
|
||||
SetupManagedProject() |
||||
|
||||
kind "SharedLib" |
||||
language "C#" |
||||
flags { "Unsafe"} |
||||
|
||||
SetupManagedProject() |
||||
clr "Unsafe" |
||||
|
||||
files { "**.cs" } |
||||
links |
||||
Loading…
Reference in new issue