cmake_minimum_required(VERSION 3.10)

#set project name
project(otpset)

#add executables
install(PROGRAMS otpset DESTINATION bin)
