cmake_minimum_required( VERSION 2.9 FATAL_ERROR )

project( errno_readout LANGUAGES C )

add_executable( errno_readout errno_readout.c )
