diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-07-30 22:19:51 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-07-30 22:19:51 +0200 |
commit | 81e095adda62e4067ab4c07b0e4c7ce0f3dbce39 (patch) | |
tree | 09687befe7c3a3e9b6eb6abf97455743c254d0c0 /src/Bindings/CMakeLists.txt | |
parent | Added beacon. (diff) | |
download | cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar.gz cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar.bz2 cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar.lz cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar.xz cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar.zst cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Bindings/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Bindings/CMakeLists.txt b/src/Bindings/CMakeLists.txt index 48e7ce79c..a2b381a26 100644 --- a/src/Bindings/CMakeLists.txt +++ b/src/Bindings/CMakeLists.txt @@ -53,6 +53,7 @@ set(BINDING_DEPENDENCIES ../Bindings/WebPlugin.h ../BiomeDef.h ../BlockArea.h + ../BlockEntities/BeaconEntity.h ../BlockEntities/BlockEntity.h ../BlockEntities/BlockEntityWithItems.h ../BlockEntities/ChestEntity.h |