summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-10-30 02:45:38 +0000
committerparamat <mat.gregory@virginmedia.com>2015-11-11 09:37:54 +0000
commit76c9abe4c89f6c8170b82558182837259efdd2ea (patch)
tree3d484eb1a9ef6ae7faf41aa6cae65825d2b1be22 /src/CMakeLists.txt
parentf3ac2517ea585d31d176070be25adf8a68624c87 (diff)
downloadminetest-76c9abe4c89f6c8170b82558182837259efdd2ea.tar.gz
minetest-76c9abe4c89f6c8170b82558182837259efdd2ea.tar.bz2
minetest-76c9abe4c89f6c8170b82558182837259efdd2ea.zip
Mapgen: Add flat mapgen in hidden form
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 55f5d4ad8..dfbd2f5d8 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -367,6 +367,7 @@ set(common_SRCS
map.cpp
mapblock.cpp
mapgen.cpp
+ mapgen_flat.cpp
mapgen_fractal.cpp
mapgen_singlenode.cpp
mapgen_v5.cpp