From 8f5ef2a9279692572d662de8ee5692c8dc14c2cd Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sun, 7 Jun 2026 22:19:23 +0800 Subject: [PATCH] cmake fix --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 83275f093..82c4617ac 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -492,6 +492,8 @@ add_library(sdtype_adapter otherarch/sdcpp/ggml_graph_cut.cpp otherarch/sdcpp/ggml_graph_cut.h otherarch/sdcpp/image_metadata.cpp + otherarch/sdcpp/layer_registry.cpp + otherarch/sdcpp/layer_registry.h otherarch/sdcpp/model.cpp otherarch/sdcpp/sample-cache.cpp otherarch/sdcpp/util.cpp