From eedc1174a55df4ad8ab5345c573a4d2bdd30be80 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Tue, 15 Nov 2016 07:38:00 +0100 Subject: Added NoiseSpeedTest project. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3