mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-31 09:32:11 +00:00
Adding dependencies to allow -DBUILD_SHARED_LIBS=true to complete.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@142464 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
aa13603a3e
commit
fffc0fe42c
@ -17,4 +17,5 @@ add_llvm_library_dependencies(LLVMJIT
|
|||||||
LLVMRuntimeDyld
|
LLVMRuntimeDyld
|
||||||
LLVMSupport
|
LLVMSupport
|
||||||
LLVMTarget
|
LLVMTarget
|
||||||
|
LLVMCodeGen
|
||||||
)
|
)
|
||||||
|
@ -40,3 +40,11 @@ add_llvm_library(gtest
|
|||||||
add_llvm_library(gtest_main
|
add_llvm_library(gtest_main
|
||||||
UnitTestMain/TestMain.cpp
|
UnitTestMain/TestMain.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_llvm_library_dependencies(gtest
|
||||||
|
LLVMSupport
|
||||||
|
)
|
||||||
|
|
||||||
|
add_llvm_library_dependencies(gtest_main
|
||||||
|
gtest
|
||||||
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user