diff options
| author | paramat <mat.gregory@virginmedia.com> | 2015-04-14 04:38:01 +0100 |
|---|---|---|
| committer | paramat <mat.gregory@virginmedia.com> | 2015-10-06 06:43:04 +0100 |
| commit | e62eac49d590ca53fa250c0367dd9850729156b3 (patch) | |
| tree | 5d87fd285c0c1e637721326d8f92ffd08de24244 /src/CMakeLists.txt | |
| parent | ce1a70c70355f2a08fc64d63b1fd3f23743d934f (diff) | |
| download | dragonfireclient-e62eac49d590ca53fa250c0367dd9850729156b3.tar.xz | |
Mapgen: Add 4D fractal mapgen
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 32e25c3bd..72b52436c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -352,6 +352,7 @@ set(common_SRCS map.cpp mapblock.cpp mapgen.cpp + mapgen_fractal.cpp mapgen_singlenode.cpp mapgen_v5.cpp mapgen_v6.cpp |
