summaryrefslogtreecommitdiffstats
path: root/src/Mobs/CMakeLists.txt
diff options
context:
space:
mode:
authorMasy98 <masy@antheruscraft.de>2014-12-18 19:30:32 +0100
committerMasy98 <masy@antheruscraft.de>2014-12-18 19:30:32 +0100
commitc836b52dd1b8d6a2999721f235e6c2b6079b266c (patch)
treeae04bd279e3bddb94119ce0b9f9aed9344f8f140 /src/Mobs/CMakeLists.txt
parentClang needs the libstdc++ that comes with gcc-4.8 (diff)
downloadcuberite-c836b52dd1b8d6a2999721f235e6c2b6079b266c.tar
cuberite-c836b52dd1b8d6a2999721f235e6c2b6079b266c.tar.gz
cuberite-c836b52dd1b8d6a2999721f235e6c2b6079b266c.tar.bz2
cuberite-c836b52dd1b8d6a2999721f235e6c2b6079b266c.tar.lz
cuberite-c836b52dd1b8d6a2999721f235e6c2b6079b266c.tar.xz
cuberite-c836b52dd1b8d6a2999721f235e6c2b6079b266c.tar.zst
cuberite-c836b52dd1b8d6a2999721f235e6c2b6079b266c.zip
Diffstat (limited to 'src/Mobs/CMakeLists.txt')
-rw-r--r--src/Mobs/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Mobs/CMakeLists.txt b/src/Mobs/CMakeLists.txt
index bbbb9287a..c1ac2de32 100644
--- a/src/Mobs/CMakeLists.txt
+++ b/src/Mobs/CMakeLists.txt
@@ -16,6 +16,7 @@ SET (SRCS
Enderman.cpp
Ghast.cpp
Giant.cpp
+ Guardian.cpp
Horse.cpp
IronGolem.cpp
MagmaCube.cpp
@@ -49,6 +50,7 @@ SET (HDRS
Enderman.h
Ghast.h
Giant.h
+ Guardian.h
Horse.h
IncludeAllMonsters.h
IronGolem.h