зеркало из https://github.com/microsoft/clang-1.git
10 строки
143 B
CMake
10 строки
143 B
CMake
|
set(LLVM_NO_RTTI 1)
|
||
|
|
||
|
add_clang_library(clangRewrite
|
||
|
DeltaTree.cpp
|
||
|
HTMLRewrite.cpp
|
||
|
Rewriter.cpp
|
||
|
RewriteRope.cpp
|
||
|
TokenRewriter.cpp
|
||
|
)
|