xref: /llvm-project/llvm/lib/Target/XCore/MCTargetDesc/CMakeLists.txt (revision 9218ff50f93085d0a16a974db28ca8f14bc66f64)
1add_llvm_component_library(LLVMXCoreDesc
2  XCoreInstPrinter.cpp
3  XCoreMCTargetDesc.cpp
4  XCoreMCAsmInfo.cpp
5
6  LINK_COMPONENTS
7  MC
8  Support
9  XCoreInfo
10
11  ADD_TO_COMPONENT
12  XCore
13  )
14