Sign in
fuchsia
/
third_party
/
swift-clang
/
refs/tags/swift-DEVELOPMENT-SNAPSHOT-2016-01-25-a
/
.
/
lib
/
Rewrite
/
CMakeLists.txt
blob: 16550b1b710ef9f0dc4d863ddca69eabdb1425da [
file
] [
log
] [
blame
]
set
(
LLVM_LINK_COMPONENTS
Support
)
add_clang_library
(
clangRewrite
DeltaTree
.
cpp
HTMLRewrite
.
cpp
RewriteRope
.
cpp
Rewriter
.
cpp
TokenRewriter
.
cpp
LINK_LIBS
clangBasic
clangLex
)