1add_lldb_unittest(APITests 2 SBCommandInterpreterTest.cpp 3 4 LINK_LIBS 5 liblldb 6 ) 7 8if(Python3_RPATH) 9 set_property(TARGET APITests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}") 10endif() 11