diff options
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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) |
