28 lines
461 B
Text
28 lines
461 B
Text
|
add_llvm_component_library(LLVMTextAPI
|
||
|
Architecture.cpp
|
||
|
ArchitectureSet.cpp
|
||
|
InterfaceFile.cpp
|
||
|
TextStubV5.cpp
|
||
|
PackedVersion.cpp
|
||
|
Platform.cpp
|
||
|
RecordsSlice.cpp
|
||
|
RecordVisitor.cpp
|
||
|
Symbol.cpp
|
||
|
SymbolSet.cpp
|
||
|
Target.cpp
|
||
|
TextAPIError.cpp
|
||
|
TextStub.cpp
|
||
|
TextStubCommon.cpp
|
||
|
Utils.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
"${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI"
|
||
|
|
||
|
LINK_COMPONENTS
|
||
|
Support
|
||
|
BinaryFormat
|
||
|
TargetParser
|
||
|
)
|
||
|
|
||
|
add_subdirectory(BinaryReader)
|