xref: /llvm-project/lldb/source/Plugins/Instruction/RISCV/CMakeLists.txt (revision 4fc7e9cba24b3f96f274126218a7985f31aa5861)
1add_lldb_library(lldbPluginInstructionRISCV PLUGIN
2  EmulateInstructionRISCV.cpp
3
4  LINK_LIBS
5    lldbCore
6    lldbInterpreter
7    lldbSymbol
8    lldbPluginProcessUtility
9  LINK_COMPONENTS
10    Support
11  )
12