cmake_minimum_required(VERSION 3.10)

#set project name
project(raspinfo)

#add executables
install(PROGRAMS raspinfo DESTINATION bin)
