[RISCV] Add RVVConstraint to SiFive custom matrix multiply instructions. (#124055)
[llvm-project.git] / lldb / source / Plugins / Platform / Android / CMakeLists.txt
blob7ffccc30a19f0943faedfd1dcf0166ab8454c36d
1 lldb_tablegen(PlatformAndroidProperties.inc -gen-lldb-property-defs
2   SOURCE PlatformAndroidProperties.td
3   TARGET LLDBPluginPlatformAndroidPropertiesGen)
5 lldb_tablegen(PlatformAndroidPropertiesEnum.inc -gen-lldb-property-enum-defs
6   SOURCE PlatformAndroidProperties.td
7   TARGET LLDBPluginPlatformAndroidPropertiesEnumGen)
9 add_lldb_library(lldbPluginPlatformAndroid PLUGIN
10   AdbClient.cpp
11   PlatformAndroid.cpp
12   PlatformAndroidRemoteGDBServer.cpp
14   LINK_LIBS
15     lldbCore
16     lldbHost
17     lldbValueObject
18     lldbPluginPlatformLinux
19     lldbPluginPlatformGDB
20   LINK_COMPONENTS
21     Support
22   )
24 add_dependencies(lldbPluginPlatformAndroid
25   LLDBPluginPlatformAndroidPropertiesGen
26   LLDBPluginPlatformAndroidPropertiesEnumGen)