summaryrefslogtreecommitdiffstats
path: root/llvm/lib/TextAPI/CMakeLists.txt
blob: 6093e15312167165a6d3a601c00a6f8784f7f45a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
add_llvm_component_library(LLVMTextAPI
  ELF/ELFStub.cpp
  ELF/TBEHandler.cpp
  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"
)
OpenPOWER on IntegriCloud