Commit graph

7 commits

Author SHA1 Message Date
fdce587c74
build: update to modern CMake, use pkg-config for zlib and libpng
Starting with CMake 3.7, we can avoid dealing with individual variables
for include dirs, libraries, ... for dependencies found using
pkg-config, and instead just reference them using an imported target.
2021-08-24 13:14:48 +02:00
07e039d442
CMakeLists.txt: update CMake version requirement to remove future compat warning 2021-02-13 10:20:19 +01:00
03658bff3d build: don't use pkg-config 2015-02-04 11:44:53 +01:00
c6e1edce5b Bump required CMake version to 2.8.4 2015-02-04 11:36:08 +01:00
d26fe3d9f8 Write PNG files
No biome colors or light levels yet...
2015-02-01 11:58:50 +01:00
cbe6461882 Implement most of the chunk format 2015-02-01 00:27:01 +01:00
1e74afda41 Initial commit 2015-01-31 15:07:47 +01:00