cmake_minimum_required(VERSION 2.8.9) project (hello) add_executable(hello helloworld.cpp)