1add_lldb_library(lldbPluginScriptInterpreterPython PLUGIN
2  PythonDataObjects.cpp
3  PythonExceptionState.cpp
4  ScriptInterpreterPython.cpp
5
6  LINK_LIBS
7    lldbBreakpoint
8    lldbCore
9    lldbDataFormatters
10    lldbHost
11    lldbInterpreter
12    lldbTarget
13  LINK_COMPONENTS
14    Support
15  )
16