From 1e81db242685390d4c0b2612f8ab9efa01a616b0 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:35:58 +0800 Subject: [PATCH] updated cmake --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c44618e7e..40816ed33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -495,8 +495,9 @@ add_library(sdtype_adapter otherarch/sdcpp/src/core/ggml_graph_cut.cpp otherarch/sdcpp/src/core/ggml_graph_cut.h otherarch/sdcpp/examples/cli/image_metadata.cpp - otherarch/sdcpp/src/core/layer_registry.cpp - otherarch/sdcpp/src/core/layer_registry.h + otherarch/sdcpp/src/model_manager.cpp + otherarch/sdcpp/src/model_manager.h + otherarch/sdcpp/src/extensions/pulid_extension.cpp otherarch/sdcpp/src/model_loader.cpp otherarch/sdcpp/src/extensions/photomaker_extension.cpp otherarch/sdcpp/src/runtime/sample-cache.cpp