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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
clang-tools-extra
/
clang-query
/
tool
/
CMakeLists.txt
blob
be83a7c085646f49bc4cf10478dd39f927ee0847
1
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/..)
2
3
add_clang_tool(clang-query
4
ClangQuery.cpp
5
)
6
clang_target_link_libraries(clang-query
7
PRIVATE
8
clangAST
9
clangASTMatchers
10
clangBasic
11
clangDynamicASTMatchers
12
clangFrontend
13
clangSerialization
14
clangTooling
15
)
16
target_link_libraries(clang-query
17
PRIVATE
18
clangQuery
19
)