diff options
author | Mattes D <github@xoft.cz> | 2019-08-23 16:17:05 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2019-08-24 12:03:38 +0200 |
commit | 02fbf1686565ace00df5af938d95fbe18783fc37 (patch) | |
tree | e109749b5823f758d605dd2a8f5d2c8b8b22878b /src/CMakeLists.txt | |
parent | Upgrade Appveyor's MSVC (diff) | |
download | cuberite-02fbf1686565ace00df5af938d95fbe18783fc37.tar cuberite-02fbf1686565ace00df5af938d95fbe18783fc37.tar.gz cuberite-02fbf1686565ace00df5af938d95fbe18783fc37.tar.bz2 cuberite-02fbf1686565ace00df5af938d95fbe18783fc37.tar.lz cuberite-02fbf1686565ace00df5af938d95fbe18783fc37.tar.xz cuberite-02fbf1686565ace00df5af938d95fbe18783fc37.tar.zst cuberite-02fbf1686565ace00df5af938d95fbe18783fc37.zip |
Diffstat (limited to '')
-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 d23fe388d..dd92a969c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -17,6 +17,7 @@ SET (SRCS BlockArea.cpp BlockID.cpp BlockInfo.cpp + BlockState.cpp BlockTypeRegistry.cpp BrewingRecipes.cpp Broadcaster.cpp @@ -84,6 +85,7 @@ SET (HDRS BlockID.h BlockInServerPluginInterface.h BlockInfo.h + BlockState.h BlockTracer.h BlockTypeRegistry.h BrewingRecipes.h |