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 7a714a9 commit 5d6d010Copy full SHA for 5d6d010
extension/android/CMakeLists.txt
@@ -114,6 +114,9 @@ endif()
114
if(TARGET xnnpack_backend)
115
target_link_options_shared_lib(xnnpack_backend)
116
list(APPEND link_libraries xnnpack_backend XNNPACK pthreadpool cpuinfo xnnpack-microkernels-prod)
117
+ if(TARGET kleidiai)
118
+ list(APPEND link_libraries kleidiai)
119
+ endif()
120
endif()
121
122
if(TARGET vulkan_backend)
0 commit comments