forked from OSchip/llvm-project
Fix a shared CMake build by linking with libclangBasic.
Patch by Jan Vesely! llvm-svn: 249608
This commit is contained in:
parent
09e3697f44
commit
7a22fc238f
|
@ -9,4 +9,5 @@ add_clang_unittest(ClangDriverTests
|
|||
|
||||
target_link_libraries(ClangDriverTests
|
||||
clangDriver
|
||||
clangBasic
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue