OSDN Git Service

use miniz when zlib is not available
authorIvailo Monev <xakepa10@gmail.com>
Fri, 5 Feb 2016 16:17:58 +0000 (18:17 +0200)
committerIvailo Monev <xakepa10@gmail.com>
Fri, 5 Feb 2016 16:17:58 +0000 (18:17 +0200)
commit770b6456371d73bd4700b54b1a2796a544432581
tree5fd9afad5475bffdcdab897e0abed989ba245cb7
parent1bb28002d3f6431a2dea1fec16d692d56a75a05b
use miniz when zlib is not available

since the compression is required for the network component, rcc and other
cruft a minimal zlib replacement should do just fine for that purpose.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
CMakeLists.txt
src/3rdparty/miniz/NOTE [new file with mode: 0644]
src/3rdparty/miniz/miniz.c [new file with mode: 0644]
src/3rdparty/miniz/zlib.h [new file with mode: 0644]
src/core/CMakeLists.txt
src/network/CMakeLists.txt
src/svg/CMakeLists.txt