Added zlib decompressor.

This commit is contained in:
Miroslav Bendík
2012-08-24 11:49:42 +02:00
parent 231f48c529
commit 6743984e16
3 changed files with 53 additions and 3 deletions

View File

@ -52,4 +52,5 @@ target_link_libraries(
minetest_mapper
${LIBSQLITE3_LIBRARIES}
gd
z
)