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# | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 #CMakeLists.txt# (limited to '#CMakeLists.txt#') diff --git a/#CMakeLists.txt# b/#CMakeLists.txt# deleted file mode 100644 index 43a12ef..0000000 --- a/#CMakeLists.txt# +++ /dev/null @@ -1,20 +0,0 @@ -cmake_minimum_required(VERSION 3.15) -project(Simple-Platformer VERSION 1.0.0) - -find_package(raylib REQUIRED) - -add_executable(game -#===========HEADERS=============== - "src/constants.h" - "src/settings.h" - "src/entity.h" -#===========SOURCES=============== - "src/settings.c" - "src/main.c" -) - -target_link_libraries(game PRIVATE raylib) - -if (UNIX) - target_link_libraries(game PRIVATE m) -endif() -- cgit v1.2.3