piponazo / exiv2Consumer

Example project showing how to consume the Exiv2 library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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/ ..

About

Example project showing how to consume the Exiv2 library


Languages

Language:C++ 71.5%Language:CMake 28.5%