We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039f835 commit 0ce53ceCopy full SHA for 0ce53ce
ggml/src/ggml-qnn/CMakeLists.txt
@@ -53,7 +53,7 @@ if(GGML_HEXAGON_NPU_ONLY)
53
else()
54
message("GGML_HEXAGON_NPU_ONLY is disabled")
55
add_subdirectory(qnn)
56
- target_link_libraries(ggml-qnn PRIVATE qnn-backend)
+ target_link_libraries(runtime-common PUBLIC qnn-backend)
57
endif()
58
59
if(GGML_QNN_ENABLE_HEXAGON_BACKEND)
0 commit comments