You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
540 B
37 lines
540 B
set(LLVM_LINK_COMPONENTS
|
|
BitReader
|
|
BitstreamReader
|
|
Support
|
|
)
|
|
|
|
|
|
add_clang_library(clangSerialization
|
|
ASTCommon.cpp
|
|
ASTReader.cpp
|
|
ASTReaderDecl.cpp
|
|
ASTReaderStmt.cpp
|
|
ASTWriter.cpp
|
|
ASTWriterDecl.cpp
|
|
ASTWriterStmt.cpp
|
|
GeneratePCH.cpp
|
|
GlobalModuleIndex.cpp
|
|
InMemoryModuleCache.cpp
|
|
ModuleFile.cpp
|
|
ModuleFileExtension.cpp
|
|
ModuleManager.cpp
|
|
PCHContainerOperations.cpp
|
|
|
|
ADDITIONAL_HEADERS
|
|
ASTCommon.h
|
|
ASTReaderInternals.h
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
clangBasic
|
|
clangLex
|
|
clangSema
|
|
|
|
DEPENDS
|
|
omp_gen
|
|
)
|