1add_lldb_unittest(ScriptInterpreterPythonTests 2 PythonDataObjectsTests.cpp 3 PythonTestSuite.cpp 4 5 LINK_LIBS 6 lldbHost 7 lldbPluginScriptInterpreterPython 8 LLVMTestingSupport 9 LINK_COMPONENTS 10 Support 11 ) 12 13if(Python3_RPATH) 14 set_property(TARGET ScriptInterpreterPythonTests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}") 15endif() 16