зеркало из https://github.com/mono/CppSharp.git
Added build scripts for CLI.
This commit is contained in:
Родитель
f6c617cd38
Коммит
62dbdb6bfa
|
@ -31,7 +31,8 @@ solution "CppSharp"
|
|||
include (srcdir .. "/CppParser")
|
||||
include (srcdir .. "/CppParser/Bindings")
|
||||
include (srcdir .. "/CppParser/ParserGen")
|
||||
include (srcdir .. "/Parser")
|
||||
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()
|
Загрузка…
Ссылка в новой задаче