2013-12-10 03:04:43 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS
|
|
|
|
BitReader
|
|
|
|
Support
|
|
|
|
)
|
|
|
|
|
2013-01-20 03:10:12 +08:00
|
|
|
|
2010-08-18 04:43:28 +08:00
|
|
|
add_clang_library(clangSerialization
|
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
|
2013-01-24 06:38:11 +08:00
|
|
|
GlobalModuleIndex.cpp
|
2011-08-26 04:47:51 +08:00
|
|
|
Module.cpp
|
|
|
|
ModuleManager.cpp
|
2014-01-20 18:24:05 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADERS
|
|
|
|
ASTCommon.h
|
|
|
|
ASTReaderInternals.h
|
2010-08-18 04:43:28 +08:00
|
|
|
|
2014-02-26 14:41:29 +08:00
|
|
|
LINK_LIBS
|
2013-12-10 03:04:43 +08:00
|
|
|
clangAST
|
|
|
|
clangBasic
|
|
|
|
clangLex
|
2012-06-21 09:30:21 +08:00
|
|
|
clangSema
|
|
|
|
)
|