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