[RISCV] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git] / lldb / source / Plugins / Platform / Windows / CMakeLists.txt
blob2820ae77e7491ff35f322947c05f5073edb6c3d5
1 add_lldb_library(lldbPluginPlatformWindows PLUGIN
2   PlatformWindows.cpp
4    LINK_LIBS
5     lldbBreakpoint
6     lldbCore
7     lldbHost
8     lldbTarget
9     lldbPluginPlatformGDB
11    LINK_COMPONENTS
12     Support
13   )