brintos

brintos / llvm-project-archived public Read only

0
0
Text · 720 B · 7f22065 Raw
32 lines · plain
1add_llvm_component_library(LLVMAArch64Desc2  AArch64AsmBackend.cpp3  AArch64ELFObjectWriter.cpp4  AArch64ELFStreamer.cpp5  AArch64InstPrinter.cpp6  AArch64MCAsmInfo.cpp7  AArch64MCCodeEmitter.cpp8  AArch64MCExpr.cpp9  AArch64MCTargetDesc.cpp10  AArch64MachObjectWriter.cpp11  AArch64TargetStreamer.cpp12  AArch64WinCOFFObjectWriter.cpp13  AArch64WinCOFFStreamer.cpp14 15  LINK_COMPONENTS16  AArch64Info17  AArch64Utils18  BinaryFormat19  CodeGenTypes20  MC21  Support22  TargetParser23 24  ADD_TO_COMPONENT25  AArch6426  )27 28add_dependencies(LLVMAArch64Desc AArch64CommonTableGen)29 30# Hack: we need to include 'main' target directory to grab private headers31include_directories(${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_BINARY_DIR}/..)32