mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-21 18:54:02 +00:00
[CMake] Resurrect mis-dropped dependency to ClangDriverOptions since r201842.
llvm-svn: 201978
This commit is contained in:
parent
871d104e1c
commit
e842e4b2f1
@ -33,6 +33,9 @@ add_clang_library(clangFrontend
|
||||
TextDiagnosticPrinter.cpp
|
||||
VerifyDiagnosticConsumer.cpp
|
||||
Warnings.cpp
|
||||
|
||||
DEPENDS
|
||||
ClangDriverOptions
|
||||
)
|
||||
|
||||
target_link_libraries(clangFrontend
|
||||
|
@ -5,6 +5,9 @@ set(LLVM_LINK_COMPONENTS
|
||||
|
||||
add_clang_library(clangFrontendTool
|
||||
ExecuteCompilerInvocation.cpp
|
||||
|
||||
DEPENDS
|
||||
ClangDriverOptions
|
||||
)
|
||||
|
||||
target_link_libraries(clangFrontendTool
|
||||
|
Loading…
x
Reference in New Issue
Block a user