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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang
/
lib
/
Tooling
/
DumpTool
/
CMakeLists.txt
blob
712985bf7e2b426a1704fdff2e65687196fc4ab1
1
2
add_clang_executable(clang-ast-dump
3
ASTSrcLocProcessor.cpp
4
ClangSrcLocDump.cpp
5
)
6
7
target_link_libraries(clang-ast-dump
8
PRIVATE
9
clangAST
10
clangASTMatchers
11
clangBasic
12
clangDriver
13
clangFrontend
14
clangSerialization
15
clangToolingCore
16
)