From 6d067c1da4718f5166e1a369ddba11a20637e306 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sat, 8 Nov 2025 23:36:25 -0500 Subject: [PATCH] feat: include ModelCache in stardust-overte-client executable --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e58c924..1c22b61 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ add_executable(stardust-overte-client src/InputHandler.cpp src/NLPacketCodec.cpp src/DomainDiscovery.cpp + src/ModelCache.cpp ) add_executable(stardust-tests