From 4b39d1d15ea4bd0bd2c9a6fd5c75eef271b06089 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 16 Nov 2025 19:45:58 -0500 Subject: [PATCH] Add RSAKeypair source file to starworld executable --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2017f31..7dae019 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,6 +24,7 @@ add_executable(starworld src/StardustBridge.cpp src/OverteClient.cpp src/OverteAuth.cpp + src/RSAKeypair.cpp src/SceneSync.cpp src/InputHandler.cpp src/NLPacketCodec.cpp