From 3a52808a6609a0b356d739017d1f0eb6f8123e98 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 25 Jan 2026 23:45:10 -0600 Subject: Fix block_init/draw bug, add more blocks to draw - VAO/VBO binding bug fixed, added explaination in comments - Add 9 rotating blocks --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 5cff1d8..f2bf966 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,7 @@ project(junkcraft VERSION 1.0 DESCRIPTION "Minecraft clone" LANGUAGES C) +set(CMAKE_BUILD_TYPE Debug) message("Compiler: ${CMAKE_CXX_COMPILER_ID}") add_subdirectory(src) -- cgit