summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorkwolekr <mirrorisim@gmail.com>2012-12-22 00:34:35 -0500
committerPerttu Ahola <celeron55@gmail.com>2013-01-21 21:41:37 +0200
commitd5029958b9017ad89775bc4f68c4de3db603e618 (patch)
tree757d6e545217c3b0da34d66d00f1e5a99aeb22a2 /src/CMakeLists.txt
parentbddd5f2b98a56fc735d5687ecd0b43767aec8066 (diff)
downloadminetest-d5029958b9017ad89775bc4f68c4de3db603e618.tar.gz
minetest-d5029958b9017ad89775bc4f68c4de3db603e618.tar.bz2
minetest-d5029958b9017ad89775bc4f68c4de3db603e618.zip
Readded and optimized mapgen V6
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 995d031e3..8d0363548 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -188,6 +188,7 @@ set(common_SRCS
log.cpp
content_sao.cpp
mapgen.cpp
+ mapgen_v6.cpp
treegen.cpp
content_nodemeta.cpp
content_mapnode.cpp