llvm/lldb/source/Plugins/Instruction/ARM/CMakeLists.txt

add_lldb_library(lldbPluginInstructionARM PLUGIN
  EmulateInstructionARM.cpp
  EmulationStateARM.cpp

  LINK_LIBS
    lldbCore
    lldbHost
    lldbInterpreter
    lldbSymbol
    lldbTarget
    lldbPluginProcessUtility
  LINK_COMPONENTS
    Support
  )