| 1 | set(LLVM_LINK_COMPONENTS |
|---|---|
| 2 | BitReader |
| 3 | Support |
| 4 | ) |
| 5 | |
| 6 | |
| 7 | add_clang_library(clangSerialization |
| 8 | ASTCommon.cpp |
| 9 | ASTReader.cpp |
| 10 | ASTReaderDecl.cpp |
| 11 | ASTReaderStmt.cpp |
| 12 | ASTWriter.cpp |
| 13 | ASTWriterDecl.cpp |
| 14 | ASTWriterStmt.cpp |
| 15 | GeneratePCH.cpp |
| 16 | GlobalModuleIndex.cpp |
| 17 | InMemoryModuleCache.cpp |
| 18 | Module.cpp |
| 19 | ModuleFileExtension.cpp |
| 20 | ModuleManager.cpp |
| 21 | PCHContainerOperations.cpp |
| 22 | |
| 23 | ADDITIONAL_HEADERS |
| 24 | ASTCommon.h |
| 25 | ASTReaderInternals.h |
| 26 | |
| 27 | LINK_LIBS |
| 28 | clangAST |
| 29 | clangBasic |
| 30 | clangLex |
| 31 | clangSema |
| 32 | ) |
| 33 |