From 59ba8bfb7cc324d09e4a756f56c76581157f6b6c Mon Sep 17 00:00:00 2001 From: Shredder Date: Mon, 6 Apr 2026 10:00:12 +0500 Subject: [PATCH] my bad should be fixed now --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08bb158..cdd27f0 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -166,6 +166,7 @@ file(GLOB SERVER_SOURCES "src/util/Mth.cpp" "src/util/PerfTimer.cpp" "src/util/StringUtils.cpp" + "src/util/Color.cpp" "src/world/Direction.cpp"