mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-15 04:00:56 +00:00
9698686505
llvm-svn: 202238
19 lines
238 B
CMake
19 lines
238 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
lineeditor
|
|
support
|
|
)
|
|
|
|
add_clang_library(clangQuery
|
|
Query.cpp
|
|
QueryParser.cpp
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
clangASTMatchers
|
|
clangBasic
|
|
clangDynamicASTMatchers
|
|
clangFrontend
|
|
)
|
|
|
|
add_subdirectory(tool)
|