diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-03-07 11:44:16 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-03-07 11:44:16 +0100 |
commit | c2090c0d11313bd67b02c482f1ca80d5c4567d27 (patch) | |
tree | 6f636e18ad065a8f6d38585b45bd6d9c640c3450 /src/CMakeLists.txt | |
parent | Add Flower Pots (diff) | |
download | cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar.gz cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar.bz2 cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar.lz cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar.xz cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.tar.zst cuberite-c2090c0d11313bd67b02c482f1ca80d5c4567d27.zip |
Diffstat (limited to '')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 5e0731264..5029906aa 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,6 +40,7 @@ if (NOT MSVC) BlockEntities/NoteEntity.h BlockEntities/SignEntity.h BlockEntities/MobHeadEntity.h + BlockEntities/FlowerPotEntity.h BlockID.h BoundingBox.h ChatColor.h |