summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorproller <proller@github.com>2013-06-23 18:07:10 +0400
committerproller <proller@github.com>2013-06-23 18:07:10 +0400
commit75b8c13b0042678a909becbde8f1f82400f2d8ac (patch)
tree6681d927d4bdd5992d3f94e2e2f8b989a3b067e1 /src/CMakeLists.txt
parentf960c3be313c761fe02f9167dc1fe3fca5dc4ada (diff)
downloadminetest-75b8c13b0042678a909becbde8f1f82400f2d8ac.tar.gz
minetest-75b8c13b0042678a909becbde8f1f82400f2d8ac.tar.bz2
minetest-75b8c13b0042678a909becbde8f1f82400f2d8ac.zip
New math mapgen with fractal based worlds
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 51ed27837..bcd265858 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -233,6 +233,7 @@ set(common_SRCS
mapgen_v7.cpp
mapgen_indev.cpp
mapgen_singlenode.cpp
+ mapgen_math.cpp
treegen.cpp
dungeongen.cpp
cavegen.cpp