blob: 518041b6cb316cb5b50c70ac36a31c88c1232d4f [file] [log] [blame]
lldb_tablegen(PlatformAndroidProperties.inc -gen-lldb-property-defs
SOURCE PlatformAndroidProperties.td
TARGET LLDBPluginPlatformAndroidPropertiesGen)
lldb_tablegen(PlatformAndroidPropertiesEnum.inc -gen-lldb-property-enum-defs
SOURCE PlatformAndroidProperties.td
TARGET LLDBPluginPlatformAndroidPropertiesEnumGen)
add_lldb_library(lldbPluginPlatformAndroid PLUGIN
AdbClient.cpp
PlatformAndroid.cpp
PlatformAndroidRemoteGDBServer.cpp
LINK_LIBS
lldbCore
lldbHost
lldbPluginPlatformLinux
lldbPluginPlatformGDB
LINK_COMPONENTS
Support
)
add_dependencies(lldbPluginPlatformAndroid
LLDBPluginPlatformAndroidPropertiesGen
LLDBPluginPlatformAndroidPropertiesEnumGen)