mirror of https://github.com/mono/CppSharp.git
5 changed files with 18 additions and 18 deletions
@ -1,38 +1,38 @@ |
|||||||
include "../../../../build/LLVM.lua" |
include "../../../../build/LLVM.lua" |
||||||
|
|
||||||
project "CppSharp.Parser.CLI" |
project "CppSharp.Parser.CLI" |
||||||
|
|
||||||
kind "SharedLib" |
kind "SharedLib" |
||||||
language "C++" |
language "C++" |
||||||
SetupNativeProject() |
SetupNativeProject() |
||||||
SetupLLVMIncludes() |
SetupLLVMIncludes() |
||||||
|
|
||||||
dependson { "CppSharp.CppParser" } |
dependson { "CppSharp.CppParser" } |
||||||
flags { common_flags } |
flags { common_flags } |
||||||
clr "On" |
clr "On" |
||||||
|
|
||||||
filter "toolset:msc*" |
filter "toolset:msc*" |
||||||
buildoptions { clang_msvc_flags } |
buildoptions { clang_msvc_flags } |
||||||
|
|
||||||
filter {} |
filter {} |
||||||
|
|
||||||
files |
files |
||||||
{ |
{ |
||||||
"**.h", |
"**.h", |
||||||
"**.cpp", |
"**.cpp", |
||||||
"**.lua" |
"**.lua" |
||||||
} |
} |
||||||
|
|
||||||
includedirs |
includedirs |
||||||
{ |
{ |
||||||
"../../../../include/", |
"../../../../include/", |
||||||
"../../../../src/CppParser/" |
"../../../../src/CppParser/" |
||||||
} |
} |
||||||
|
|
||||||
filter {} |
filter {} |
||||||
|
|
||||||
links { "CppSharp.CppParser" } |
links { "CppSharp.CppParser" } |
||||||
|
|
||||||
function SetupParser() |
function SetupParser() |
||||||
links { "CppSharp.Parser.CLI" } |
links { "CppSharp.Parser.CLI" } |
||||||
end |
end |
Loading…
Reference in new issue