mirror of https://github.com/mono/CppSharp.git
c-sharpdotnetmonobindingsbridgecclangcpluspluscppsharpglueinteropparserparsingpinvokeswigsyntax-treevisitorsxamarinxamarin-bindings
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
576 B
37 lines
576 B
include "../../../../build/LLVM.lua" |
|
|
|
project "CppSharp.Parser.CLI" |
|
|
|
kind "SharedLib" |
|
language "C++" |
|
SetupNativeProject() |
|
SetupLLVMIncludes() |
|
|
|
dependson { "CppSharp.CppParser" } |
|
flags { common_flags, "Managed" } |
|
|
|
configuration "vs*" |
|
buildoptions { clang_msvc_flags } |
|
|
|
configuration "*" |
|
|
|
files |
|
{ |
|
"**.h", |
|
"**.cpp", |
|
"**.lua" |
|
} |
|
|
|
includedirs |
|
{ |
|
"../../../../include/", |
|
"../../../../src/CppParser/" |
|
} |
|
|
|
configuration "*" |
|
|
|
links { "CppSharp.CppParser" } |
|
|
|
function SetupParser() |
|
links { "CppSharp.Parser.CLI" } |
|
end |