Skip to content

Commit

Permalink
fix: fix binary copy files
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed May 1, 2024
1 parent a7a3099 commit 71eefd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if (LLAMA_QNN)
file(
GLOB QNN_EXTRA_FILES
"${QNN_ROOT}/lib/hexagon-v*/unsigned/libQnn*Skel.so"
"${QNN_ROOT}/lib/hexagon-v*/unsigned/*.cat"
"${QNN_ROOT}/lib/hexagon-v73/unsigned/libqnnhtpv73.cat"
)

file(COPY ${QNN_EXTRA_FILES} DESTINATION ${PLATFORM_BINARY_DIR})
Expand Down

0 comments on commit 71eefd4

Please sign in to comment.