summaryrefslogtreecommitdiff
path: root/lib/Target/MSP430/MCTargetDesc/CMakeLists.txt
blob: 04bd03e494604cf71c209e4b41f2f33fc440dd7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
add_llvm_library(LLVMMSP430Desc
  MSP430MCTargetDesc.cpp
  MSP430MCAsmInfo.cpp
  )

add_llvm_library_dependencies(LLVMMSP430Desc
  LLVMMC
  LLVMMSP430AsmPrinter
  LLVMMSP430Info
  )

add_dependencies(LLVMMSP430Desc MSP430CommonTableGen)