From db59b7385621a271684c3be5f20618d74e631dda Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 2 Feb 2015 17:56:43 +0100 Subject: Refactor info generation --- 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 1f04cbc..d6492d9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,6 +3,7 @@ link_directories(${ZLIB_LIBRARY_DIRS} ${LIBPNG_LIBRARY_DIRS}) add_executable(MinedMap MinedMap.cpp + Info.cpp NBT/Tag.cpp Resource/Biome.cpp Resource/BlockType.cpp -- cgit v1.2.3