brintos

brintos / llvm-project-archived public Read only

0
0
Text · 604 B · dc3ff75 Raw
21 lines · plain
1lldb_tablegen(PlatformQemuUserProperties.inc -gen-lldb-property-defs2  SOURCE PlatformQemuUserProperties.td3  TARGET LLDBPluginPlatformQemuUserPropertiesGen)4 5lldb_tablegen(PlatformQemuUserPropertiesEnum.inc -gen-lldb-property-enum-defs6  SOURCE PlatformQemuUserProperties.td7  TARGET LLDBPluginPlatformQemuUserPropertiesEnumGen)8 9add_lldb_library(lldbPluginPlatformQemuUser PLUGIN10  PlatformQemuUser.cpp11 12  LINK_COMPONENTS13    Support14  LINK_LIBS15    lldbUtility16    )17 18add_dependencies(lldbPluginPlatformQemuUser19  LLDBPluginPlatformQemuUserPropertiesGen20  LLDBPluginPlatformQemuUserPropertiesEnumGen)21