@ -31,7 +31,8 @@ solution "CppSharp"
include (srcdir .. "/CppParser")
include (srcdir .. "/CppParser/Bindings")
include (srcdir .. "/CppParser/ParserGen")
include (srcdir .. "/Parser")
include (srcdir .. "/CLI")
include (srcdir .. "/Generator")
include (srcdir .. "/Generator.Tests")
include (srcdir .. "/Runtime")
@ -0,0 +1,18 @@
project "CppSharp.CLI"
SetupManagedProject()
kind "SharedLib"
language "C#"
files { "**.cs" }
links
{
"System",
"CppSharp",
"CppSharp.AST",
"CppSharp.Generator",
"CppSharp.Parser"
}
SetupParser()