CMAKE_MINIMUM_REQUIRED(VERSION 2.6) PROJECT( HelloWorld ) ADD_EXECUTABLE( helloworld helloworld.c )