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.
21 lines
459 B
21 lines
459 B
add_llvm_component_library(LLVMTextAPI
|
|
MachO/Architecture.cpp
|
|
MachO/ArchitectureSet.cpp
|
|
MachO/InterfaceFile.cpp
|
|
MachO/PackedVersion.cpp
|
|
MachO/Platform.cpp
|
|
MachO/Symbol.cpp
|
|
MachO/Target.cpp
|
|
MachO/TextStub.cpp
|
|
MachO/TextStubCommon.cpp
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
"${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI"
|
|
"${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI/Elf"
|
|
"${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI/MachO"
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
BinaryFormat
|
|
)
|