repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[bazel] Replace strip_include_prefix in lldb with includes (#125293)
[llvm-project.git]
/
clang-tools-extra
/
clang-query
/
CMakeLists.txt
blob
b168a3a858156731b1c58266b731f4cb929faea3
1
set(LLVM_LINK_COMPONENTS
2
lineeditor
3
support
4
FrontendOpenMP
5
)
6
7
add_clang_library(clangQuery STATIC
8
Query.cpp
9
QueryParser.cpp
10
11
DEPENDS
12
omp_gen
13
ClangDriverOptions
14
)
15
16
clang_target_link_libraries(clangQuery
17
PRIVATE
18
clangAST
19
clangASTMatchers
20
clangBasic
21
clangDynamicASTMatchers
22
clangFrontend
23
clangSerialization
24
)
25
26
add_subdirectory(tool)