brintos

brintos / llvm-project-archived public Read only

0
0
Text · 194 B · bad039d Raw
12 lines · plain
1add_lldb_library(lldbPluginPlatformLinux PLUGIN2  PlatformLinux.cpp3 4   LINK_LIBS5    lldbBreakpoint6    lldbCore7    lldbHost8    lldbInterpreter9    lldbTarget10    lldbPluginPlatformPOSIX11  )12