cmake_minimum_required(VERSION 3.5)

set(check_SOURCES check.cc)

add_executable(check ${check_SOURCES})
