summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2023-07-01 22:03:51 +0200
committerMel <einebeere@gmail.com>2023-07-01 22:03:51 +0200
commit221f632d6600ce03e09c2a44074ae100a507dd92 (patch)
tree462663c1f03582e8a0b5df753bc7c45cbe702aad /CMakeLists.txt
parent424d00eaf7335e1c6427f40260d55782c3fd902c (diff)
downloadmeowcraft-221f632d6600ce03e09c2a44074ae100a507dd92.tar.zst
meowcraft-221f632d6600ce03e09c2a44074ae100a507dd92.zip
Replace bespoke Generator maps with tensors and matrices
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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)