aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt
blob: 71f5807b6f622cfde3f40df4ef64e799f74c883b (plain) (blame)
1
2
3
4
5
add_lldb_library(lldbPluginScriptInterpreterPython
  PythonDataObjects.cpp
  PythonExceptionState.cpp
  ScriptInterpreterPython.cpp
  )