From c62d921f0abb48db9127a4c93c155907c2aefe30 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sun, 24 May 2026 16:14:37 +0800 Subject: [PATCH] fix sdcpp build cmake --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 599fee389..08f725326 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -497,6 +497,8 @@ add_library(sdtype_adapter otherarch/sdcpp/util.cpp otherarch/sdcpp/name_conversion.cpp otherarch/sdcpp/upscaler.cpp + otherarch/sdcpp/guidance.cpp + otherarch/sdcpp/guidance.h otherarch/sdcpp/stable-diffusion.cpp otherarch/sdcpp/thirdparty/zip.c otherarch/sdcpp/model_io/gguf_io.cpp @@ -509,6 +511,7 @@ add_library(sdtype_adapter otherarch/sdcpp/tokenizers/mistral_tokenizer.cpp otherarch/sdcpp/tokenizers/qwen2_tokenizer.cpp otherarch/sdcpp/tokenizers/t5_unigram_tokenizer.cpp + otherarch/sdcpp/tokenizers/gemma_tokenizer.cpp otherarch/sdcpp/tokenizers/tokenizer.cpp otherarch/sdcpp/tokenizers/tokenize_util.cpp otherarch/sdcpp/ggml_extend_backend.cpp)