From 132d0f3d3652003335f26eaf4ef54fdcfce31ae0 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 9 Nov 2025 02:16:31 -0500 Subject: [PATCH] feat: add OverteAuth.cpp to starworld executable --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec3ed5f..118ca56 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,6 +22,7 @@ add_executable(starworld src/main.cpp src/StardustBridge.cpp src/OverteClient.cpp + src/OverteAuth.cpp src/SceneSync.cpp src/InputHandler.cpp src/NLPacketCodec.cpp