summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2014-03-12 14:42:04 +0100
committermadmaxoft <github@xoft.cz>2014-03-12 14:42:04 +0100
commitf2df33f746936e8dd0dba69e7d77723df8c71472 (patch)
tree9a2a49460ed9cf57f69a2e9b0e07cf9a6086a02a /src/CMakeLists.txt
parentFixed Lua string return values. (diff)
parentVector3: Length() should always return a float (diff)
downloadcuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar
cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.gz
cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.bz2
cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.lz
cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.xz
cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.tar.zst
cuberite-f2df33f746936e8dd0dba69e7d77723df8c71472.zip
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c2de26664..0f8700692 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -62,7 +62,6 @@ if (NOT MSVC)
Inventory.h
Item.h
ItemGrid.h
- Matrix4f.h
Mobs/Monster.h
OSSupport/File.h
Root.h
@@ -70,9 +69,7 @@ if (NOT MSVC)
StringUtils.h
Tracer.h
UI/Window.h
- Vector3d.h
- Vector3f.h
- Vector3i.h
+ Vector3.h
WebAdmin.h
World.h
)