21 lines
		
	
	
		
			459 B
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			459 B
		
	
	
	
		
			CMake
		
	
	
	
| 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
 | |
| )
 |