Make sure that libexif is found

Issue #9 resolved
Alexey Dokuchaev created an issue

On some operating systems (e.g. FreeBSD) -lexif is not enough for linking to succeed, it also needs the path to the library. Consider attached patch (note that link_directories() should be called before add_executable()).

Comments (1)

  1. Log in to comment