[ARM] VQADD instructions
[llvm-complete.git] / lib / Target / AVR / MCTargetDesc / CMakeLists.txt
blob04a5bbc6c4e10e9114b6a2fb26e5bc72bcf40970
1 add_llvm_library(LLVMAVRDesc
2   AVRAsmBackend.cpp
3   AVRELFObjectWriter.cpp
4   AVRELFStreamer.cpp
5   AVRInstPrinter.cpp
6   AVRMCAsmInfo.cpp
7   AVRMCCodeEmitter.cpp
8   AVRMCELFStreamer.cpp
9   AVRMCExpr.cpp
10   AVRMCTargetDesc.cpp
11   AVRTargetStreamer.cpp
14 add_dependencies(LLVMAVRDesc AVRCommonTableGen)