1add_lldb_library(lldbPluginInstructionARM PLUGIN 2 EmulateInstructionARM.cpp 3 EmulationStateARM.cpp 4 5 LINK_LIBS 6 lldbCore 7 lldbHost 8 lldbInterpreter 9 lldbSymbol 10 lldbTarget 11 lldbPluginProcessUtility 12 LINK_COMPONENTS 13 Support 14 ) 15