llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/CMakeLists.txt

6 lines
136 B
CMake

add_lldb_library(lldbPluginScriptInterpreterPython
PythonDataObjects.cpp
PythonExceptionState.cpp
ScriptInterpreterPython.cpp
)