1234567891011121314151617181920212223242526272829 |
- set(LLVM_LINK_COMPONENTS
- BitReader
- Support
- )
- add_clang_library(clangSerialization
- ASTCommon.cpp
- ASTReader.cpp
- ASTReaderDecl.cpp
- ASTReaderStmt.cpp
- ASTWriter.cpp
- ASTWriterDecl.cpp
- ASTWriterStmt.cpp
- GeneratePCH.cpp
- GlobalModuleIndex.cpp
- Module.cpp
- ModuleManager.cpp
- ADDITIONAL_HEADERS
- ASTCommon.h
- ASTReaderInternals.h
- LINK_LIBS
- clangAST
- clangBasic
- clangLex
- clangSema
- )
|