summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2023-07-29 03:31:42 +0200
committerMel <einebeere@gmail.com>2023-07-29 03:31:42 +0200
commit6b69d4b5b648253f894707723af0e2eae9f71445 (patch)
tree0cd0b6c7b18c30abbb2618f553f144d1d06dacba /CMakeLists.txt
parent2eef7cf49b7a15559ee7bb6719411bcf67386213 (diff)
downloadmeowcraft-6b69d4b5b648253f894707723af0e2eae9f71445.tar.zst
meowcraft-6b69d4b5b648253f894707723af0e2eae9f71445.zip
Move chunk reification to worker threads and set stage for chunk-unbound lighting
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 58ddaf0..de94623 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,7 +18,6 @@ add_executable(meowcraft
     src/GFX/Mesh.cpp src/GFX/Mesh.hpp
     src/Math/Vector.hpp
     src/Math/Common.hpp
-    src/GFX/Binder.cpp src/GFX/Binder.hpp
     src/GFX/Shading/Shader.cpp src/GFX/Shading/Shader.hpp
     src/GFX/Shading/Program.cpp src/GFX/Shading/Program.hpp
     src/Math/Matrix.hpp