mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +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:
@@ -40,3 +40,11 @@ add_llvm_library(gtest
|
||||
add_llvm_library(gtest_main
|
||||
UnitTestMain/TestMain.cpp
|
||||
)
|
||||
|
||||
add_llvm_library_dependencies(gtest
|
||||
LLVMSupport
|
||||
)
|
||||
|
||||
add_llvm_library_dependencies(gtest_main
|
||||
gtest
|
||||
)
|
||||
|
Reference in New Issue
Block a user