From 6f9bbea49a8c8105d48080d0ceaa010d5fb8f332 Mon Sep 17 00:00:00 2001 From: DustyBagel Date: Thu, 27 Jun 2024 18:46:35 -0500 Subject: [PATCH] Add main.cpp to CMakeLists.txt --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e10f392eb..955bf05f2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -417,6 +417,7 @@ set(common_SRCS light.cpp lighting.cpp log.cpp + main.cpp map.cpp map_settings_manager.cpp mapblock.cpp