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
Bump version to 19.1.0git
[llvm-project.git]
/
clang-tools-extra
/
pp-trace
/
CMakeLists.txt
blob
1323adbc35269d72b4b68d8cc7c1e1699b44d6f8
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_tool(pp-trace
6
PPTrace.cpp
7
PPCallbacksTracker.cpp
8
9
DEPENDS
10
ClangDriverOptions
11
)
12
13
clang_target_link_libraries(pp-trace
14
PRIVATE
15
clangAST
16
clangBasic
17
clangFrontend
18
clangLex
19
clangSerialization
20
clangTooling
21
)