diff options
author | Mattes D <github@xoft.cz> | 2015-05-03 10:01:19 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-05-03 10:01:19 +0200 |
commit | 2f369d09b60fc576c9d01ef6830d746a8ccf7d2f (patch) | |
tree | 3fbab9380b34779394bdf0d1ca3edc6490908957 /CMakeLists.txt | |
parent | Merge pull request #1880 from mc-server/submodules (diff) | |
download | cuberite-2f369d09b60fc576c9d01ef6830d746a8ccf7d2f.tar cuberite-2f369d09b60fc576c9d01ef6830d746a8ccf7d2f.tar.gz cuberite-2f369d09b60fc576c9d01ef6830d746a8ccf7d2f.tar.bz2 cuberite-2f369d09b60fc576c9d01ef6830d746a8ccf7d2f.tar.lz cuberite-2f369d09b60fc576c9d01ef6830d746a8ccf7d2f.tar.xz cuberite-2f369d09b60fc576c9d01ef6830d746a8ccf7d2f.tar.zst cuberite-2f369d09b60fc576c9d01ef6830d746a8ccf7d2f.zip |
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b3fd5e7d..76b91e642 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,11 +54,13 @@ endif() # This has to be done before any flags have been set up. if(${BUILD_TOOLS}) + message("Building tools") add_subdirectory(Tools/MCADefrag/) add_subdirectory(Tools/ProtoProxy/) endif() if(${BUILD_UNSTABLE_TOOLS}) + message("Building unstable tools") add_subdirectory(Tools/GeneratorPerformanceTest/) endif() |