fix linking error
This commit is contained in:
parent
039f835410
commit
0ce53ce7cd
|
|
@ -53,7 +53,7 @@ if(GGML_HEXAGON_NPU_ONLY)
|
|||
else()
|
||||
message("GGML_HEXAGON_NPU_ONLY is disabled")
|
||||
add_subdirectory(qnn)
|
||||
target_link_libraries(ggml-qnn PRIVATE qnn-backend)
|
||||
target_link_libraries(runtime-common PUBLIC qnn-backend)
|
||||
endif()
|
||||
|
||||
if(GGML_QNN_ENABLE_HEXAGON_BACKEND)
|
||||
|
|
|
|||
Loading…
Reference in New Issue