
cmake_minimum_required(VERSION 3.5)

include_directories(include)

add_library(exif STATIC exif.c)
