summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
blob: 891ade25b76b5490874c06067f8a78d86871fad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
add_lldb_unittest(ScriptInterpreterPythonTests
  PythonDataObjectsTests.cpp
  PythonExceptionStateTests.cpp
  PythonTestSuite.cpp

  LINK_LIBS
    lldbHost
    lldbPluginScriptInterpreterPython
    ${PYTHON_LIBRARY}
  LINK_COMPONENTS
    Support
  )
  
OpenPOWER on IntegriCloud