mirror of https://github.com/mono/CppSharp.git
4 changed files with 12 additions and 12 deletions
@ -0,0 +1,11 @@ |
|||||||
|
project "CppSharp.Parser.Gen" |
||||||
|
|
||||||
|
kind "ConsoleApp" |
||||||
|
language "C#" |
||||||
|
SetupManagedProject() |
||||||
|
debugdir "." |
||||||
|
|
||||||
|
files { "ParserGen.cs", "*.lua" } |
||||||
|
links { "CppSharp", "CppSharp.AST", "CppSharp.Generator", "System.Core" } |
||||||
|
|
||||||
|
SetupParser() |
||||||
Loading…
Reference in new issue