From 902946fef868b2c9448532d616745b29356d6bfa Mon Sep 17 00:00:00 2001 From: salaaad2 Date: Wed, 5 Jan 2022 18:38:15 +0100 Subject: terrain is fukkkkd --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f2d3cd..111e2cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,7 @@ add_executable(${PROJECT_NAME} src/window.cpp src/gameplay.cpp src/weapon.cpp + src/terrain.cpp src/entity.cpp) target_link_libraries(${PROJECT_NAME} raylib m pthread dl) -- cgit v1.2.3