llvm/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt

add_lldb_library(lldbPluginOperatingSystemPython PLUGIN
  OperatingSystemPython.cpp

  LINK_LIBS
    lldbCore
    lldbInterpreter
    lldbSymbol
    lldbTarget
    lldbPluginProcessUtility
  )