mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-04 08:16:49 +00:00
clang-tidy's modules depend on it.
Fixes shared cmake build. llvm-svn: 187708
This commit is contained in:
parent
89bbab09dd
commit
d989ef4373
@ -4,6 +4,7 @@ add_clang_library(clangTidyGoogleModule
|
||||
GoogleTidyModule.cpp
|
||||
)
|
||||
target_link_libraries(clangTidyGoogleModule
|
||||
clangTidy
|
||||
clangTooling
|
||||
clangBasic
|
||||
clangASTMatchers
|
||||
|
@ -4,6 +4,7 @@ add_clang_library(clangTidyLLVMModule
|
||||
LLVMTidyModule.cpp
|
||||
)
|
||||
target_link_libraries(clangTidyLLVMModule
|
||||
clangTidy
|
||||
clangTooling
|
||||
clangBasic
|
||||
clangASTMatchers
|
||||
|
Loading…
x
Reference in New Issue
Block a user