forked from OSchip/llvm-project
20 lines
350 B
CMake
20 lines
350 B
CMake
set(LLVM_NO_RTTI 1)
|
|
|
|
add_clang_library(clangSerialization
|
|
PCHReader.cpp
|
|
PCHReaderDecl.cpp
|
|
PCHReaderStmt.cpp
|
|
PCHWriter.cpp
|
|
PCHWriterDecl.cpp
|
|
PCHWriterStmt.cpp
|
|
)
|
|
|
|
add_dependencies(clangSerialization
|
|
ClangAttrClasses
|
|
ClangAttrList
|
|
ClangDiagnosticFrontend
|
|
ClangDiagnosticLex
|
|
ClangDiagnosticSema
|
|
ClangDeclNodes
|
|
ClangStmtNodes)
|