cmake_minimum_required(VERSION 3.10)
project (librectify VERSION 0.9.10 DESCRIPTION "Image rectification library")

add_subdirectory(src)
