brintos

brintos / llvm-project-archived public Read only

0
0
Text · 338 B · f48ea86 Raw
18 lines · plain
1add_lldb_library(lldbPluginProcessNetBSD2  NativeProcessNetBSD.cpp3  NativeRegisterContextNetBSD.cpp4  NativeRegisterContextNetBSD_x86_64.cpp5  NativeThreadNetBSD.cpp6 7  LINK_COMPONENTS8    Support9  LINK_LIBS10    lldbHost11    lldbSymbol12    lldbTarget13    lldbUtility14    lldbPluginProcessPOSIX15    lldbPluginProcessUtility16    util17  )18