aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/MCTargetDesc/CMakeLists.txt
blob: 2ac90164721ff93000d6974cf0ac0dd6ac5e11c6 (plain)
1
2
3
4
5
6
7
add_llvm_library(LLVMSystemZDesc
  SystemZMCTargetDesc.cpp
  SystemZMCAsmInfo.cpp
  )

# Hack: we need to include 'main' target directory to grab private headers
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/.. ${CMAKE_CURRENT_BINARY_DIR}/..)