
cmake_minimum_required(VERSION 2.5)

include_directories(include)

add_library(exif STATIC exif.c)
