diff --git a/backends/xnnpack/CMakeLists.txt b/backends/xnnpack/CMakeLists.txt index 66f8343e1da..a1a110cc10a 100644 --- a/backends/xnnpack/CMakeLists.txt +++ b/backends/xnnpack/CMakeLists.txt @@ -146,6 +146,10 @@ if(EXECUTORCH_BUILD_KERNELS_CUSTOM) list(APPEND xnn_executor_runner_libs $) endif() +if(EXECUTORCH_BUILD_KERNELS_QUANTIZED) + list(APPEND xnn_executor_runner_libs quantized_ops_lib) +endif() + list(APPEND xnn_executor_runner_libs xnnpack_backend executorch) # ios can only build library but not binary