/exiv2Consumer

Example project showing how to consume the Exiv2 library

Primary LanguageC++

Example of consumer application for the Exiv2 library.

The Exiv2 library is including a new exiv2Config file which is automatically generated by CMake.

To configure this project simply run:

mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=/exiv2/installation_path/ ..