hanchenye-llvm-project/clang/lib/Serialization/CMakeLists.txt

29 lines
578 B
CMake

# TODO: This must need some dependencies, but it builds fine without them.
#set(LLVM_USED_LIBS ???)
add_clang_library(clangSerialization
ASTCommon.h
ASTReaderInternals.h
ASTCommon.cpp
ASTReader.cpp
ASTReaderDecl.cpp
ASTReaderStmt.cpp
ASTWriter.cpp
ASTWriterDecl.cpp
ASTWriterStmt.cpp
GeneratePCH.cpp
Module.cpp
ModuleManager.cpp
)
add_dependencies(clangSerialization
ClangAttrClasses
ClangAttrList
ClangAttrPCHRead
ClangAttrPCHWrite
ClangDiagnosticLex
ClangDiagnosticSema
ClangDiagnosticSerialization
ClangDeclNodes
ClangStmtNodes)