summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
blob: 5b6677549b4a54351c425e13648557aec4b07b7e (plain)
1
2
3
4
5
6
add_lldb_unittest(ScriptInterpreterPythonTests
  PythonDataObjectsTests.cpp
  )

  target_link_libraries(ScriptInterpreterPythonTests lldbPluginScriptInterpreterPython ${PYTHON_LIBRARY})
  
OpenPOWER on IntegriCloud