summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2023-07-07 23:05:14 +0200
committerMel <einebeere@gmail.com>2023-07-07 23:14:59 +0200
commit129f2e421e16bd008cdca8713cc91f67d103d94e (patch)
treea4d3e1005c57591b44fd57be4c1b00441512e36d /CMakeLists.txt
parentf1fc192ddc4c739fa8b4b376c759b7d3218a34eb (diff)
downloadmeowcraft-129f2e421e16bd008cdca8713cc91f67d103d94e.tar.zst
meowcraft-129f2e421e16bd008cdca8713cc91f67d103d94e.zip
Fix minor quality issues
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7f8bfff..621b18f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,7 +38,6 @@ add_executable(meowcraft
     src/World/World.cpp src/World/World.hpp
     src/World/ChunkIndex.hpp
     src/Util/ImageViewer.cpp src/Util/ImageViewer.hpp
-    src/Util/Sampler.hpp
     src/Math/Interpolation.cpp
     src/Math/Grid.cpp
     src/Math/Perlin.cpp
@@ -48,7 +47,6 @@ add_executable(meowcraft
     src/World/Generation/ChunkMeshing.cpp
     src/World/Generation/ChunkMeshing.hpp
     src/Math/Tensor.hpp
-    src/Math/MatrixZoom.hpp
     src/World/Generation/Decoration.cpp
     src/World/Generation/Decoration.hpp
     src/Math/Random.cpp