diff options
| author | kwolekr <mirrorisim@gmail.com> | 2012-12-22 00:34:35 -0500 |
|---|---|---|
| committer | Perttu Ahola <celeron55@gmail.com> | 2013-01-21 21:41:37 +0200 |
| commit | d5029958b9017ad89775bc4f68c4de3db603e618 (patch) | |
| tree | 757d6e545217c3b0da34d66d00f1e5a99aeb22a2 /src/CMakeLists.txt | |
| parent | bddd5f2b98a56fc735d5687ecd0b43767aec8066 (diff) | |
| download | dragonfireclient-d5029958b9017ad89775bc4f68c4de3db603e618.tar.xz | |
Readded and optimized mapgen V6
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 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 |
