diff options
author | Mattes D <github@xoft.cz> | 2020-04-12 09:24:30 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-12 09:24:30 +0200 |
commit | ef2d5027d33ab3ec64c4e93d62749032d187d5c2 (patch) | |
tree | acb7d10c6e71cbf4ec61568dd3b5a7780d54b65c /src/Blocks/CMakeLists.txt | |
parent | Fix rotation metas on blocks (diff) | |
download | cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.gz cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.bz2 cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.lz cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.xz cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.tar.zst cuberite-ef2d5027d33ab3ec64c4e93d62749032d187d5c2.zip |
Diffstat (limited to 'src/Blocks/CMakeLists.txt')
-rw-r--r-- | src/Blocks/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blocks/CMakeLists.txt b/src/Blocks/CMakeLists.txt index ae451a3ad..24d0a20a6 100644 --- a/src/Blocks/CMakeLists.txt +++ b/src/Blocks/CMakeLists.txt @@ -84,6 +84,7 @@ SET (HDRS BlockSignPost.h BlockSlab.h BlockSnow.h + BlockSponge.h BlockStairs.h BlockStems.h BlockStone.h |