diff options
author | Mattes D <github@xoft.cz> | 2019-01-23 20:54:29 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2019-08-05 21:42:54 +0200 |
commit | 3722a239bf1502606a3ef4f025021f23ac3fcb88 (patch) | |
tree | 037aaa22f1f132e54387f9a1c48d5c4333eb79e2 /src/CMakeLists.txt | |
parent | Check for nil in cWorld:SpawnSplitExperienceOrbs binding (#4354) (diff) | |
download | cuberite-3722a239bf1502606a3ef4f025021f23ac3fcb88.tar cuberite-3722a239bf1502606a3ef4f025021f23ac3fcb88.tar.gz cuberite-3722a239bf1502606a3ef4f025021f23ac3fcb88.tar.bz2 cuberite-3722a239bf1502606a3ef4f025021f23ac3fcb88.tar.lz cuberite-3722a239bf1502606a3ef4f025021f23ac3fcb88.tar.xz cuberite-3722a239bf1502606a3ef4f025021f23ac3fcb88.tar.zst cuberite-3722a239bf1502606a3ef4f025021f23ac3fcb88.zip |
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e895b1657..75eb112c0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,6 +17,7 @@ SET (SRCS BlockArea.cpp BlockID.cpp BlockInfo.cpp + BlockTypeRegistry.cpp BrewingRecipes.cpp Broadcaster.cpp BoundingBox.cpp @@ -84,6 +85,7 @@ SET (HDRS BlockInServerPluginInterface.h BlockInfo.h BlockTracer.h + BlockTypeRegistry.h BrewingRecipes.h BoundingBox.h BuildInfo.h |