From 23d88e5f1c8f0c8652a07050fcfa8ff126e85d4a Mon Sep 17 00:00:00 2001 From: Mel Date: Fri, 21 Jul 2023 02:17:03 +0200 Subject: Extremely simple chunk-limited lighting --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 18bb4fe..20992a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,6 +60,10 @@ add_executable(meowcraft src/Math/AABB.hpp src/Time.cpp src/Time.hpp + src/World/Generation/Lighting.cpp + src/World/Generation/Lighting.hpp + src/World/Generation/ChunkNeighbors.hpp + src/World/Generation/ChunkNeighbors.cpp ) target_link_libraries(meowcraft glfw GLEW::GLEW) -- cgit 1.4.1