blob: f07e93e131376a2d574feb5c84ca182625dd17f0 [file] [log] [blame]
lldb_tablegen(SymbolLocatorDebuginfodProperties.inc -gen-lldb-property-defs
SOURCE SymbolLocatorDebuginfodProperties.td
TARGET LLDBPluginSymbolLocatorDebuginfodPropertiesGen)
lldb_tablegen(SymbolLocatorDebuginfodPropertiesEnum.inc -gen-lldb-property-enum-defs
SOURCE SymbolLocatorDebuginfodProperties.td
TARGET LLDBPluginSymbolLocatorDebuginfodPropertiesEnumGen)
add_lldb_library(lldbPluginSymbolLocatorDebuginfod PLUGIN
SymbolLocatorDebuginfod.cpp
LINK_LIBS
lldbCore
lldbHost
lldbSymbol
LLVMDebuginfod
)
add_dependencies(lldbPluginSymbolLocatorDebuginfod
LLDBPluginSymbolLocatorDebuginfodPropertiesGen
LLDBPluginSymbolLocatorDebuginfodPropertiesEnumGen)