From 221f632d6600ce03e09c2a44074ae100a507dd92 Mon Sep 17 00:00:00 2001 From: Mel Date: Sat, 1 Jul 2023 22:03:51 +0200 Subject: Replace bespoke Generator maps with tensors and matrices --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 75f5a2c..61b6c34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,6 +47,8 @@ add_executable(meowcraft src/Math/Sigmoid.hpp src/World/ChunkMeshing.cpp src/World/ChunkMeshing.hpp + src/Math/Tensor.hpp + src/Math/MatrixZoom.hpp ) target_link_libraries(meowcraft glfw GLEW::GLEW) -- cgit 1.4.1