From 9e24aa042e9fb9de34f7b445778518fcb67e24aa Mon Sep 17 00:00:00 2001 From: BoredGuy Date: Sun, 15 Mar 2026 17:08:36 +0300 Subject: Some Updates --- CMakeLists.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index a442bb1..ddf4277 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,10 +7,15 @@ add_executable(game #===========HEADERS=============== "src/constants.h" "src/settings.h" -#===========SOURCES=============== "src/entity.h" + "src/physics.h" + "src/game.h" +#===========SOURCES=============== "src/settings.c" "src/main.c" + "src/entity.c" + "src/physics.c" + "src/game.c" ) target_link_libraries(game PRIVATE raylib) -- cgit v1.2.3