1 lldb_tablegen(PlatformQemuUserProperties.inc -gen-lldb-property-defs
2 SOURCE PlatformQemuUserProperties.td
3 TARGET LLDBPluginPlatformQemuUserPropertiesGen)
5 lldb_tablegen(PlatformQemuUserPropertiesEnum.inc -gen-lldb-property-enum-defs
6 SOURCE PlatformQemuUserProperties.td
7 TARGET LLDBPluginPlatformQemuUserPropertiesEnumGen)
9 add_lldb_library(lldbPluginPlatformQemuUser PLUGIN
18 add_dependencies(lldbPluginPlatformQemuUser
19 LLDBPluginPlatformQemuUserPropertiesGen
20 LLDBPluginPlatformQemuUserPropertiesEnumGen)