cmake_minimum_required(VERSION 3.10)

#set project name
project(ovmerge)

#add executables
install(PROGRAMS ovmerge DESTINATION bin)
