mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
9 lines
143 B
CMake
9 lines
143 B
CMake
set(LLVM_NO_RTTI 1)
|
|
|
|
add_clang_library(clangRewrite
|
|
DeltaTree.cpp
|
|
HTMLRewrite.cpp
|
|
RewriteRope.cpp
|
|
Rewriter.cpp
|
|
TokenRewriter.cpp
|
|
)
|