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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang-tools-extra
/
pp-trace
/
CMakeLists.txt
blob
be1d9715cf26d9ba56b979d1d7df096a7a6d61a8
1
set(LLVM_LINK_COMPONENTS
2
Support
3
)
4
5
add_clang_tool(pp-trace
6
PPTrace.cpp
7
PPCallbacksTracker.cpp
8
)
9
10
clang_target_link_libraries(pp-trace
11
PRIVATE
12
clangAST
13
clangBasic
14
clangFrontend
15
clangLex
16
clangSerialization
17
clangTooling
18
)