|
|
|
@ -5,7 +5,7 @@ LLVMBuildDir = "../../deps/llvm/build/"
@@ -5,7 +5,7 @@ LLVMBuildDir = "../../deps/llvm/build/"
|
|
|
|
|
|
|
|
|
|
-- TODO: Search for available system dependencies |
|
|
|
|
|
|
|
|
|
function SetupLLVMLibs() |
|
|
|
|
function SetupLLVMIncludes() |
|
|
|
|
local c = configuration() |
|
|
|
|
|
|
|
|
|
includedirs |
|
|
|
@ -17,6 +17,12 @@ function SetupLLVMLibs()
@@ -17,6 +17,12 @@ function SetupLLVMLibs()
|
|
|
|
|
path.join(LLVMBuildDir, "tools/clang/include"), |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
configuration(c) |
|
|
|
|
end |
|
|
|
|
|
|
|
|
|
function SetupLLVMLibs() |
|
|
|
|
local c = configuration() |
|
|
|
|
|
|
|
|
|
libdirs { path.join(LLVMBuildDir, "lib") } |
|
|
|
|
|
|
|
|
|
configuration { "Debug", "vs*" } |
|
|
|
|