From 604cf259912c812f1ab6b92e212bfe86b3b5fb4e Mon Sep 17 00:00:00 2001 From: nasr Date: Thu, 18 Dec 2025 23:06:45 +0100 Subject: refactor: removed cmake and replaced it with a build script --- CMakeLists.txt | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index cc7db86..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -cmake_minimum_required(VERSION 3.0) -project(Tetris) - -# Use GCC as the compiler (if preferred) -set(CMAKE_C_COMPILER gcc) - -# Include Raylib headers and link libraries -include_directories(/opt/homebrew/Cellar/raylib/5.5/include) -link_directories(/opt/homebrew/Cellar/raylib/5.5/lib) - -# Add your source file -add_executable(tetris TETRIS.c) - -# Link Raylib -target_link_libraries(tetris raylib) -- cgit v1.2.3-70-g09d2