cmake_minimum_required(VERSION 2.6) project(HelloWorld C) add_executable(hello hello.c)