From f0dc73dabf616eb5f829db3ec5639d47ca132775 Mon Sep 17 00:00:00 2001 From: Saood Karim Date: Sun, 20 Apr 2025 01:30:58 -0500 Subject: [PATCH] Attempt fix 5 --- ggml/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)