brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · b5be50d Raw
12 lines · plain
1add_lldb_library(lldbPluginOperatingSystemPython PLUGIN2  OperatingSystemPython.cpp3 4  LINK_LIBS5    lldbCore6    lldbInterpreter7    lldbSymbol8    lldbTarget9    lldbValueObject10    lldbPluginProcessUtility11  )12