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
12 PlatformAndroidRemoteGDBServer.cpp
17 lldbPluginPlatformLinux
23 add_dependencies(lldbPluginPlatformAndroid
24 LLDBPluginPlatformAndroidPropertiesGen
25 LLDBPluginPlatformAndroidPropertiesEnumGen)