diff options
| author | Mel <einebeere@gmail.com> | 2023-07-01 22:03:51 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-07-01 22:03:51 +0200 |
| commit | 221f632d6600ce03e09c2a44074ae100a507dd92 (patch) | |
| tree | 462663c1f03582e8a0b5df753bc7c45cbe702aad /CMakeLists.txt | |
| parent | 424d00eaf7335e1c6427f40260d55782c3fd902c (diff) | |
| download | meowcraft-221f632d6600ce03e09c2a44074ae100a507dd92.tar.zst meowcraft-221f632d6600ce03e09c2a44074ae100a507dd92.zip | |
Replace bespoke Generator maps with tensors and matrices
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) |
