diff --git a/ggml/CMakeLists.txt b/ggml/CMakeLists.txt index 70e3bbf3..9a238cf5 100644 --- a/ggml/CMakeLists.txt +++ b/ggml/CMakeLists.txt @@ -211,7 +211,8 @@ set(GGML_PUBLIC_HEADERS include/ggml-metal.h include/ggml-rpc.h include/ggml-sycl.h - include/ggml-vulkan.h) + include/ggml-vulkan.h + src/iqk/iqk_mul_mat.h) set_target_properties(ggml PROPERTIES PUBLIC_HEADER "${GGML_PUBLIC_HEADERS}") #if (GGML_METAL)