summaryrefslogtreecommitdiff
path: root/lldb/unittests/ScriptInterpreter/Python/CMakeLists.txt
blob: 90a53bf1751057cf54b839b2359b5fb746af5104 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
add_lldb_unittest(ScriptInterpreterPythonTests
  PythonDataObjectsTests.cpp
  PythonTestSuite.cpp

  LINK_LIBS
    lldbHost
    lldbPluginScriptInterpreterPython
    LLVMTestingSupport
  LINK_COMPONENTS
    Support
  )

if(Python3_RPATH)
  set_property(TARGET ScriptInterpreterPythonTests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}")
endif()