From 34b7c0439ed0f98575cc4689dfecd98991dee8be Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 27 May 2025 19:08:44 +0300 Subject: [PATCH] cmake : add llama-cparams.cpp to build (#13832) --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d4bf37b1..e93e8f9c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -14,6 +14,7 @@ add_library(llama llama-batch.cpp llama-chat.cpp llama-context.cpp + llama-cparams.cpp llama-grammar.cpp llama-graph.cpp llama-hparams.cpp