xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/CMakeLists.txt (revision 061da546b983eb767bad15e67af1174fb0bcf31c)
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