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