summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
blob: adc95c52014ec93f9a6706725d4b79244b616c40 (plain)
1
2
3
4
5
6
add_llvm_library(LLVMMSP430Desc
  MSP430MCTargetDesc.cpp
  MSP430MCAsmInfo.cpp
  )

add_dependencies(LLVMMSP430Desc MSP430CommonTableGen)