Skip to content

Commit 970a530

Browse files
committed
Update
[ghstack-poisoned]
1 parent 412f963 commit 970a530

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -831,6 +831,10 @@ if(EXECUTORCH_BUILD_PYBIND)
831831
list(APPEND _dep_libs openvino_backend)
832832
endif()
833833

834+
if(EXECUTORCH_BUILD_QNN)
835+
list(APPEND _dep_libs qnn_executorch_backend)
836+
endif()
837+
834838
if(EXECUTORCH_BUILD_XNNPACK)
835839
# need to explicitly specify XNNPACK and xnnpack-microkernels-prod here
836840
# otherwise uses XNNPACK and microkernel-prod symbols from libtorch_cpu

0 commit comments

Comments
 (0)