diff options
author | KingCol13 <48412633+KingCol13@users.noreply.github.com> | 2020-09-19 08:59:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 08:59:21 +0200 |
commit | 272a8029e0b8280f61ad2d3bfd0e8353d4256aec (patch) | |
tree | f7d8e82b719d0e815358a436c8f0a0a1817078e4 /src/Blocks/CMakeLists.txt | |
parent | Style, no need to tag struct with s (diff) | |
download | cuberite-272a8029e0b8280f61ad2d3bfd0e8353d4256aec.tar cuberite-272a8029e0b8280f61ad2d3bfd0e8353d4256aec.tar.gz cuberite-272a8029e0b8280f61ad2d3bfd0e8353d4256aec.tar.bz2 cuberite-272a8029e0b8280f61ad2d3bfd0e8353d4256aec.tar.lz cuberite-272a8029e0b8280f61ad2d3bfd0e8353d4256aec.tar.xz cuberite-272a8029e0b8280f61ad2d3bfd0e8353d4256aec.tar.zst cuberite-272a8029e0b8280f61ad2d3bfd0e8353d4256aec.zip |
Diffstat (limited to 'src/Blocks/CMakeLists.txt')
-rw-r--r-- | src/Blocks/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blocks/CMakeLists.txt b/src/Blocks/CMakeLists.txt index 1026848df..87464bd04 100644 --- a/src/Blocks/CMakeLists.txt +++ b/src/Blocks/CMakeLists.txt @@ -72,6 +72,7 @@ target_sources( BlockRail.h BlockRedstone.h BlockRedstoneLamp.h + BlockRedstoneOre.h BlockRedstoneRepeater.h BlockRedstoneTorch.h BlockSand.h |