cmake_minimum_required (VERSION 2.6)
project (main)
add_executable (main main.c test.c)
