lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.06k stars 421 forks source link

Added a CMakeLists.txt for using the project as a library #78

Closed hellozee closed 2 years ago

hellozee commented 5 years ago

Thanks for the awesome library, I will be using it in my projects. This patch adds the CMakeLists.txt file to the project, the project can be compiled both as a static library and a shared library also can be used in other projects just adding it as a submodule and linking the executable.