cmake_minimum_required(VERSION 3.10)

set(code_check_SOURCES code_check.cc)

add_executable(code_check ${code_check_SOURCES})
