libexif / exif

A small command-line utility to show EXIF information hidden in JPEG files
GNU Lesser General Public License v2.1
55 stars 22 forks source link

Add cmake support #14

Closed lpapp closed 1 year ago

lpapp commented 1 year ago

It would be helpful to add a CMakeLists.txt file to the project so that we could easily build this project on all major platforms, including Windows.

As you know, autotools is not very Windows friendly and it requires a bit of fiddling. Switching to cmake would make sure that the project can be consumed more portably.

dfandrich commented 1 year ago

Same response as libexif/libexif#97