CMakeLists.txt 191 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(PYTHON_RPATH) set_property(TARGET APITests APPEND PROPERTY BUILD_RPATH "${PYTHON_RPATH}") endif()