summaryrefslogtreecommitdiff
path: root/lib/Target/XCore/MCTargetDesc/CMakeLists.txt
blob: 8af5369d8f207bd25cbb2253e27601672393c5e2 (plain)
1
2
3
4
5
6
add_llvm_library(LLVMXCoreDesc
  XCoreMCTargetDesc.cpp
  XCoreMCAsmInfo.cpp
  )

add_dependencies(LLVMXCoreDesc XCoreCommonTableGen)