1 # Dbghelp is used on windows for writing minidump files.
3 set(DBGHELP_LINK_FILES dbghelp)
5 set(DBGHELP_LINK_FILES "")
8 lldb_tablegen(ObjectFilePECOFFProperties.inc -gen-lldb-property-defs
9 SOURCE ObjectFilePECOFFProperties.td
10 TARGET LLDBPluginObjectFilePECOFFPropertiesGen)
12 lldb_tablegen(ObjectFilePECOFFPropertiesEnum.inc -gen-lldb-property-enum-defs
13 SOURCE ObjectFilePECOFFProperties.td
14 TARGET LLDBPluginObjectFilePECOFFPropertiesEnumGen)
16 add_lldb_library(lldbPluginObjectFilePECOFF PLUGIN
33 add_dependencies(lldbPluginObjectFilePECOFF
34 LLDBPluginObjectFilePECOFFPropertiesGen
35 LLDBPluginObjectFilePECOFFPropertiesEnumGen)