2011-02-11 23:46:38 +00:00
|
|
|
# TODO: This must need some dependencies, but it builds fine without them.
|
|
|
|
#set(LLVM_USED_LIBS ???)
|
2010-09-13 23:54:41 +00:00
|
|
|
|
2010-08-17 20:43:28 +00:00
|
|
|
add_clang_library(clangSerialization
|
2010-08-20 16:03:52 +00:00
|
|
|
ASTCommon.cpp
|
2010-08-18 23:57:11 +00:00
|
|
|
ASTReader.cpp
|
|
|
|
ASTReaderDecl.cpp
|
|
|
|
ASTReaderStmt.cpp
|
2010-08-18 23:56:31 +00:00
|
|
|
ASTWriter.cpp
|
|
|
|
ASTWriterDecl.cpp
|
|
|
|
ASTWriterStmt.cpp
|
2011-03-09 21:12:34 +00:00
|
|
|
ChainedIncludesSource.cpp
|
|
|
|
GeneratePCH.cpp
|
2010-08-17 20:43:28 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
add_dependencies(clangSerialization
|
|
|
|
ClangAttrClasses
|
|
|
|
ClangAttrList
|
2010-08-18 23:23:40 +00:00
|
|
|
ClangAttrPCHRead
|
|
|
|
ClangAttrPCHWrite
|
2010-08-17 20:43:28 +00:00
|
|
|
ClangDiagnosticFrontend
|
|
|
|
ClangDiagnosticLex
|
|
|
|
ClangDiagnosticSema
|
|
|
|
ClangDeclNodes
|
2010-09-13 23:54:41 +00:00
|
|
|
ClangStmtNodes)
|