Skip to content

Commit

Permalink
Merge pull request #139 from HyperInspire/dev/rk356x
Browse files Browse the repository at this point in the history
Add rknnrt lib
  • Loading branch information
tunmx authored Jan 8, 2025
2 parents c89a629 + cb754fd commit 8d25e45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cpp/inspireface/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,6 @@ if (ISF_ENABLE_RKNN AND ISF_RKNPU_MAJOR STREQUAL "rknpu1")
install(FILES ${ISF_RKNN_API_LIB}/librknn_api.so DESTINATION ${CMAKE_INSTALL_PREFIX}/InspireFace/lib)
endif ()

if (ISF_RK_COMPILER_TYPE STREQUAL "aarch64")
install(FILES ${ISF_RKNN_API_LIB}/librknnrt.so DESTINATION ${CMAKE_INSTALL_PREFIX}/InspireFace/lib)
endif()

0 comments on commit 8d25e45

Please sign in to comment.