brintos

brintos / llvm-project-archived public Read only

0
0
Text · 713 B · 7d1d03f Raw
23 lines · plain
1lldb_tablegen(StructuredDataDarwinLogProperties.inc -gen-lldb-property-defs2  SOURCE StructuredDataDarwinLogProperties.td3  TARGET LLDBPluginStructuredDataDarwinLogPropertiesGen)4 5lldb_tablegen(StructuredDataDarwinLogPropertiesEnum.inc -gen-lldb-property-enum-defs6  SOURCE StructuredDataDarwinLogProperties.td7  TARGET LLDBPluginStructuredDataDarwinLogPropertiesEnumGen)8 9add_lldb_library(lldbPluginStructuredDataDarwinLog PLUGIN10  StructuredDataDarwinLog.cpp11 12  LINK_LIBS13    lldbBreakpoint14    lldbCore15    lldbHost16    lldbInterpreter17    lldbTarget18  )19 20add_dependencies(lldbPluginStructuredDataDarwinLog21  LLDBPluginStructuredDataDarwinLogPropertiesGen22  LLDBPluginStructuredDataDarwinLogPropertiesEnumGen)23