We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2d8318b + e708b98 commit a620795Copy full SHA for a620795
cpp/inspireface/CMakeLists.txt
@@ -203,3 +203,6 @@ if (ISF_ENABLE_RKNN AND ISF_RKNPU_MAJOR STREQUAL "rknpu1")
203
install(FILES ${ISF_RKNN_API_LIB}/librknn_api.so DESTINATION ${CMAKE_INSTALL_PREFIX}/InspireFace/lib)
204
endif ()
205
206
+if (ISF_RK_COMPILER_TYPE STREQUAL "aarch64")
207
+ install(FILES ${ISF_RKNN_API_LIB}/librknnrt.so DESTINATION ${CMAKE_INSTALL_PREFIX}/InspireFace/lib)
208
+endif()
0 commit comments