Skip to content

Commit abad03c

Browse files
kirklandsignpytorchbot
authored andcommitted
Android cmake add kleidiai lib (#12773)
Explicitly add the dependency (cherry picked from commit 154994c)
1 parent 382d555 commit abad03c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

extension/android/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ endif()
114114
if(TARGET xnnpack_backend)
115115
target_link_options_shared_lib(xnnpack_backend)
116116
list(APPEND link_libraries xnnpack_backend XNNPACK pthreadpool cpuinfo xnnpack-microkernels-prod)
117+
if(TARGET kleidiai)
118+
list(APPEND link_libraries kleidiai)
119+
endif()
117120
endif()
118121

119122
if(TARGET vulkan_backend)

0 commit comments

Comments
 (0)