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 ec9b0c0 commit 154994cCopy full SHA for 154994c
extension/android/CMakeLists.txt
@@ -112,6 +112,9 @@ endif()
112
if(TARGET xnnpack_backend)
113
executorch_target_link_options_shared_lib(xnnpack_backend)
114
list(APPEND link_libraries xnnpack_backend XNNPACK pthreadpool cpuinfo xnnpack-microkernels-prod)
115
+ if(TARGET kleidiai)
116
+ list(APPEND link_libraries kleidiai)
117
+ endif()
118
endif()
119
120
if(TARGET vulkan_backend)
0 commit comments