diff options
Diffstat (limited to 'llvm/lib/TextAPI/CMakeLists.txt')
-rw-r--r-- | llvm/lib/TextAPI/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llvm/lib/TextAPI/CMakeLists.txt b/llvm/lib/TextAPI/CMakeLists.txt index 7912e91fbf1..91b776b2caa 100644 --- a/llvm/lib/TextAPI/CMakeLists.txt +++ b/llvm/lib/TextAPI/CMakeLists.txt @@ -1,6 +1,13 @@ add_llvm_library(LLVMTextAPI ELF/ELFStub.cpp ELF/TBEHandler.cpp + MachO/Architecture.cpp + MachO/ArchitectureSet.cpp + MachO/InterfaceFile.cpp + MachO/PackedVersion.cpp + MachO/Symbol.cpp + MachO/TextStub.cpp + MachO/TextStubCommon.cpp ADDITIONAL_HEADER_DIRS "${LLVM_MAIN_INCLUDE_DIR}/llvm/TextAPI" |