diff options
author | proller <proller@github.com> | 2013-06-23 18:07:10 +0400 |
---|---|---|
committer | proller <proller@github.com> | 2013-06-23 18:07:10 +0400 |
commit | 75b8c13b0042678a909becbde8f1f82400f2d8ac (patch) | |
tree | 6681d927d4bdd5992d3f94e2e2f8b989a3b067e1 /src/CMakeLists.txt | |
parent | f960c3be313c761fe02f9167dc1fe3fca5dc4ada (diff) | |
download | minetest-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.txt | 1 |
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 |