2013-12-10 09:41:10 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
2014-02-01 09:42:42 +08:00
|
|
|
lineeditor
|
|
|
|
support
|
2013-12-10 09:41:10 +08:00
|
|
|
)
|
|
|
|
|
2013-11-08 08:08:23 +08:00
|
|
|
add_clang_library(clangQuery
|
|
|
|
Query.cpp
|
|
|
|
QueryParser.cpp
|
2014-02-26 14:41:29 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
2013-11-08 08:08:23 +08:00
|
|
|
clangAST
|
|
|
|
clangASTMatchers
|
|
|
|
clangBasic
|
|
|
|
clangDynamicASTMatchers
|
|
|
|
clangFrontend
|
2018-12-12 16:25:16 +08:00
|
|
|
clangSerialization
|
2013-11-08 08:08:23 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_subdirectory(tool)
|