diff options
author | archshift <admin@archshift.com> | 2014-07-19 00:41:42 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-07-19 02:41:44 +0200 |
commit | 3d368b015e2032f86130b8a3f4d05ca72287c63a (patch) | |
tree | e58daa92b76c0a0d239184495679de4617970fd3 /src/Blocks | |
parent | CMake: Add Bindings library from subdirectory (diff) | |
download | cuberite-3d368b015e2032f86130b8a3f4d05ca72287c63a.tar cuberite-3d368b015e2032f86130b8a3f4d05ca72287c63a.tar.gz cuberite-3d368b015e2032f86130b8a3f4d05ca72287c63a.tar.bz2 cuberite-3d368b015e2032f86130b8a3f4d05ca72287c63a.tar.lz cuberite-3d368b015e2032f86130b8a3f4d05ca72287c63a.tar.xz cuberite-3d368b015e2032f86130b8a3f4d05ca72287c63a.tar.zst cuberite-3d368b015e2032f86130b8a3f4d05ca72287c63a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Blocks/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Blocks/CMakeLists.txt b/src/Blocks/CMakeLists.txt index d7edf7f29..05b7bfab4 100644 --- a/src/Blocks/CMakeLists.txt +++ b/src/Blocks/CMakeLists.txt @@ -75,7 +75,7 @@ SET (HDRS BlockSand.h BlockSapling.h BlockSideways.h - BlockSign.h + BlockSignPost.h BlockSlab.h BlockSnow.h BlockStairs.h @@ -89,6 +89,7 @@ SET (HDRS BlockTripwire.h BlockTripwireHook.h BlockVine.h + BlockWallSign.h BlockWorkbench.h BroadcastInterface.h ChunkInterface.h |