summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-11-15 07:38:00 +0100
committerMattes D <github@xoft.cz>2016-11-15 07:38:00 +0100
commiteedc1174a55df4ad8ab5345c573a4d2bdd30be80 (patch)
tree2fedfe3b63a35081428fec9b72d273938f7ea39a /CMakeLists.txt
parentMerge pull request #3431 from cuberite/StrictCast (diff)
downloadcuberite-eedc1174a55df4ad8ab5345c573a4d2bdd30be80.tar
cuberite-eedc1174a55df4ad8ab5345c573a4d2bdd30be80.tar.gz
cuberite-eedc1174a55df4ad8ab5345c573a4d2bdd30be80.tar.bz2
cuberite-eedc1174a55df4ad8ab5345c573a4d2bdd30be80.tar.lz
cuberite-eedc1174a55df4ad8ab5345c573a4d2bdd30be80.tar.xz
cuberite-eedc1174a55df4ad8ab5345c573a4d2bdd30be80.tar.zst
cuberite-eedc1174a55df4ad8ab5345c573a4d2bdd30be80.zip
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1cee91c93..0b1ac6096 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -131,6 +131,7 @@ if(${BUILD_TOOLS})
message("Building tools")
add_subdirectory(Tools/GrownBiomeGenVisualiser/)
add_subdirectory(Tools/MCADefrag/)
+ add_subdirectory(Tools/NoiseSpeedTest/)
add_subdirectory(Tools/ProtoProxy/)
endif()