lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.07k stars 422 forks source link

add CMake project #39

Closed cdcseacave closed 8 years ago

lvandeve commented 8 years ago

Hi,

Thanks for contributing!

LodePNG is an add-the-source-code-to-your-project library without external dependencies, so in fact it doesn't need a makefile, and that is a good thing, lots of platform dependent maintenance is not present in the project that way

So I would like to kindly decline adding the makefile.

Thanks for understanding :)