diff options
author | Mattes D <github@xoft.cz> | 2015-09-17 11:20:10 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-09-17 11:20:10 +0200 |
commit | 9871c0b0731446f6c12137502153c24c9f1d9dfa (patch) | |
tree | 4b984cbc73628fac3a3e0ed3aff55a65dfaf82f7 /src/BlockEntities/CMakeLists.txt | |
parent | Merge pull request #2457 from cuberite/log (diff) | |
download | cuberite-9871c0b0731446f6c12137502153c24c9f1d9dfa.tar cuberite-9871c0b0731446f6c12137502153c24c9f1d9dfa.tar.gz cuberite-9871c0b0731446f6c12137502153c24c9f1d9dfa.tar.bz2 cuberite-9871c0b0731446f6c12137502153c24c9f1d9dfa.tar.lz cuberite-9871c0b0731446f6c12137502153c24c9f1d9dfa.tar.xz cuberite-9871c0b0731446f6c12137502153c24c9f1d9dfa.tar.zst cuberite-9871c0b0731446f6c12137502153c24c9f1d9dfa.zip |
Diffstat (limited to 'src/BlockEntities/CMakeLists.txt')
-rw-r--r-- | src/BlockEntities/CMakeLists.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/BlockEntities/CMakeLists.txt b/src/BlockEntities/CMakeLists.txt index b0bfca5e4..0d1776eb5 100644 --- a/src/BlockEntities/CMakeLists.txt +++ b/src/BlockEntities/CMakeLists.txt @@ -20,7 +20,8 @@ SET (SRCS MobHeadEntity.cpp MobSpawnerEntity.cpp NoteEntity.cpp - SignEntity.cpp) + SignEntity.cpp +) SET (HDRS BeaconEntity.h @@ -39,7 +40,9 @@ SET (HDRS MobHeadEntity.h MobSpawnerEntity.h NoteEntity.h - SignEntity.h) + RedstonePoweredEntity.h + SignEntity.h +) if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") set_source_files_properties(BeaconEntity.cpp PROPERTIES COMPILE_FLAGS "-Wno-error=conversion -Wno-error=switch-enum") |