2011-12-29 12:31:59 +08:00
|
|
|
set(LLVM_USED_LIBS clangSema)
|
2010-09-14 07:54:41 +08:00
|
|
|
|
2010-08-18 04:43:28 +08:00
|
|
|
add_clang_library(clangSerialization
|
2011-08-26 04:47:51 +08:00
|
|
|
ASTCommon.h
|
|
|
|
ASTReaderInternals.h
|
2010-08-21 00:03:52 +08:00
|
|
|
ASTCommon.cpp
|
2010-08-19 07:57:11 +08:00
|
|
|
ASTReader.cpp
|
|
|
|
ASTReaderDecl.cpp
|
|
|
|
ASTReaderStmt.cpp
|
2010-08-19 07:56:31 +08:00
|
|
|
ASTWriter.cpp
|
|
|
|
ASTWriterDecl.cpp
|
|
|
|
ASTWriterStmt.cpp
|
2011-03-10 05:12:34 +08:00
|
|
|
GeneratePCH.cpp
|
2011-08-26 04:47:51 +08:00
|
|
|
Module.cpp
|
|
|
|
ModuleManager.cpp
|
2010-08-18 04:43:28 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
add_dependencies(clangSerialization
|
|
|
|
ClangAttrClasses
|
|
|
|
ClangAttrList
|
2010-08-19 07:23:40 +08:00
|
|
|
ClangAttrPCHRead
|
|
|
|
ClangAttrPCHWrite
|
2010-08-18 04:43:28 +08:00
|
|
|
ClangDiagnosticLex
|
|
|
|
ClangDiagnosticSema
|
2011-12-09 08:02:23 +08:00
|
|
|
ClangDiagnosticSerialization
|
2010-08-18 04:43:28 +08:00
|
|
|
ClangDeclNodes
|
2010-09-14 07:54:41 +08:00
|
|
|
ClangStmtNodes)
|