1 lldb_tablegen(StructuredDataDarwinLogProperties.inc -gen-lldb-property-defs
2 SOURCE StructuredDataDarwinLogProperties.td
3 TARGET LLDBPluginStructuredDataDarwinLogPropertiesGen)
5 lldb_tablegen(StructuredDataDarwinLogPropertiesEnum.inc -gen-lldb-property-enum-defs
6 SOURCE StructuredDataDarwinLogProperties.td
7 TARGET LLDBPluginStructuredDataDarwinLogPropertiesEnumGen)
9 add_lldb_library(lldbPluginStructuredDataDarwinLog PLUGIN
10 StructuredDataDarwinLog.cpp
20 add_dependencies(lldbPluginStructuredDataDarwinLog
21 LLDBPluginStructuredDataDarwinLogPropertiesGen
22 LLDBPluginStructuredDataDarwinLogPropertiesEnumGen)