diff options
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4c1522fac..5de5834d3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -335,7 +335,6 @@ add_subdirectory(util) set(common_SRCS ban.cpp base64.cpp - biome.cpp cavegen.cpp clientiface.cpp collision.cpp @@ -373,6 +372,10 @@ set(common_SRCS mapgen_v7.cpp mapnode.cpp mapsector.cpp + mg_biome.cpp + mg_decoration.cpp + mg_ore.cpp + mg_schematic.cpp mods.cpp nameidmapping.cpp nodedef.cpp |