mirror of https://github.com/mono/CppSharp.git
4 changed files with 26 additions and 11 deletions
@ -0,0 +1,17 @@ |
|||||||
|
project "CppSharp" |
||||||
|
|
||||||
|
kind "SharedLib" |
||||||
|
language "C#" |
||||||
|
|
||||||
|
files { "**.cs" } |
||||||
|
links |
||||||
|
{ |
||||||
|
"System", |
||||||
|
"System.Core", |
||||||
|
"CppSharp.AST", |
||||||
|
} |
||||||
|
|
||||||
|
SetupParser() |
||||||
|
|
||||||
|
configuration "vs*" |
||||||
|
location "." |
||||||
Loading…
Reference in new issue