Skip to content

Commit a620795

Browse files
authored
Merge pull request #139 from HyperInspire/dev/rk356x
Add rknnrt lib Former-commit-id: 8d25e45
2 parents 2d8318b + e708b98 commit a620795

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/inspireface/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,6 @@ if (ISF_ENABLE_RKNN AND ISF_RKNPU_MAJOR STREQUAL "rknpu1")
203203
install(FILES ${ISF_RKNN_API_LIB}/librknn_api.so DESTINATION ${CMAKE_INSTALL_PREFIX}/InspireFace/lib)
204204
endif ()
205205

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

Comments
 (0)