From 2a6c382f693641790988a0b7f62142c70edc8117 Mon Sep 17 00:00:00 2001 From: J Date: Mon, 18 Aug 2025 19:48:37 -0400 Subject: [PATCH 1/2] fix(llama-cpp-sys-2): include `llama.cpp/tools/CMakeLists.txt` --- llama-cpp-sys-2/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/llama-cpp-sys-2/Cargo.toml b/llama-cpp-sys-2/Cargo.toml index 9421b53f..fb742429 100644 --- a/llama-cpp-sys-2/Cargo.toml +++ b/llama-cpp-sys-2/Cargo.toml @@ -51,6 +51,7 @@ include = [ "/llama.cpp/ggml/CMakeLists.txt", "/llama.cpp/ggml/src/CMakeLists.txt", "/llama.cpp/src/CMakeLists.txt", + "/llama.cpp/tools/CMakeLists.txt", "/llama.cpp/cmake", "/llama.cpp/ggml/cmake", From 4ba640eac3d34e7aa4a9630b763d1aedc12f1b23 Mon Sep 17 00:00:00 2001 From: J Date: Mon, 18 Aug 2025 20:01:59 -0400 Subject: [PATCH 2/2] fix(llama-cpp-sys-2): include `llama.cpp/tools/mtmd/CMakeLists.txt` --- llama-cpp-sys-2/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/llama-cpp-sys-2/Cargo.toml b/llama-cpp-sys-2/Cargo.toml index fb742429..ed300eba 100644 --- a/llama-cpp-sys-2/Cargo.toml +++ b/llama-cpp-sys-2/Cargo.toml @@ -52,6 +52,7 @@ include = [ "/llama.cpp/ggml/src/CMakeLists.txt", "/llama.cpp/src/CMakeLists.txt", "/llama.cpp/tools/CMakeLists.txt", + "/llama.cpp/tools/mtmd/CMakeLists.txt", "/llama.cpp/cmake", "/llama.cpp/ggml/cmake",