summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2015-02-02 19:29:37 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2015-02-02 19:29:37 +0100
commit1d3db43d2974be14b82ccff4c2c737a6c2dbd2ac (patch)
tree8999e0c9667cf462c417ccd91e18f94ebbc4a987 /src/CMakeLists.txt
parentb46c5de3ace2fdfbcb8fb8c0dd318a389cceb55a (diff)
downloadMinedMap-1d3db43d2974be14b82ccff4c2c737a6c2dbd2ac.tar
MinedMap-1d3db43d2974be14b82ccff4c2c737a6c2dbd2ac.zip
Refactor PNG writing
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6241e27..8815881 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -5,6 +5,8 @@ add_executable(MinedMap
MinedMap.cpp
GZip.cpp
Info.cpp
+ PNG.cpp
+
NBT/Tag.cpp
Resource/Biome.cpp
Resource/BlockType.cpp