From 1d0bfead3ecc10cbf0cb5e4ac2f51bad982f2300 Mon Sep 17 00:00:00 2001 From: Mattes D Date: Sat, 12 Mar 2016 10:49:41 +0100 Subject: Added GrownBiomeGenVisualiser. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b5abb362..17644e86c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -95,6 +95,7 @@ set(SELF_TEST OFF CACHE BOOL "") # This has to be done before any flags have been set up. if(${BUILD_TOOLS}) message("Building tools") + add_subdirectory(Tools/GrownBiomeGenVisualiser/) add_subdirectory(Tools/MCADefrag/) add_subdirectory(Tools/ProtoProxy/) endif() -- cgit v1.2.3