summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2026-01-25 23:45:10 -0600
committerAaditya Dhruv <[email protected]>2026-01-25 23:45:10 -0600
commit3a52808a6609a0b356d739017d1f0eb6f8123e98 (patch)
tree3a61b131a3816988e59dc0a24439fb659a9de095 /CMakeLists.txt
parent4d9627422f94c165102baa8d9166049321c25b10 (diff)
Fix block_init/draw bug, add more blocks to draw
- VAO/VBO binding bug fixed, added explaination in comments - Add 9 rotating blocks
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)