[RISCV] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git] / lldb / source / Plugins / Process / scripted / CMakeLists.txt
blob600ef31d032ebe20a8dcbe1219b9715ae938d745
1 add_lldb_library(lldbPluginScriptedProcess PLUGIN
2   ScriptedProcess.cpp
3   ScriptedThread.cpp
5   LINK_LIBS
6     lldbCore
7     lldbTarget
8     lldbUtility
9     lldbPluginProcessUtility
10   LINK_COMPONENTS
11     BinaryFormat
12     Object
13     Support
14   )