CMakeLists.txt 193 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 add_lldb_unittest(APITests SBCommandInterpreterTest.cpp LINK_LIBS liblldb ) if(Python3_RPATH) set_property(TARGET APITests APPEND PROPERTY BUILD_RPATH "${Python3_RPATH}") endif()