[clang-repl] Add final set of missing library dependencies.
This commit is contained in:
parent
8a86787847
commit
b2186a69c1
|
@ -1,6 +1,8 @@
|
|||
set( LLVM_LINK_COMPONENTS
|
||||
${LLVM_TARGETS_TO_BUILD}
|
||||
Core
|
||||
Option
|
||||
OrcJIT
|
||||
Support
|
||||
)
|
||||
|
||||
|
@ -10,6 +12,7 @@ add_clang_executable(clang-repl
|
|||
)
|
||||
|
||||
target_link_libraries(clang-repl PUBLIC
|
||||
clangBasic
|
||||
clangInterpreter
|
||||
clangTooling
|
||||
LLVMLineEditor
|
||||
|
|
Loading…
Reference in New Issue
Block a user