From 210f651807847c290ab7ba14c64f9eff1c47284e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 24 Jul 2018 20:00:16 +0200 Subject: World: factor out Section handling to a generic interface --- src/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4e4d23f..2b57fa9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -15,6 +15,7 @@ add_executable(MinedMap World/ChunkData.cpp World/Level.cpp World/Region.cpp + World/Section.cpp ) set_target_properties(MinedMap PROPERTIES COMPILE_FLAGS "-std=c++11 -Wall") target_link_libraries(MinedMap ${ZLIB_LIBRARIES} ${PNG_LIBRARIES}) -- cgit v1.2.3