cmake_minimum_required(VERSION 2.6) project(hello-exercise) add_executable(hello hello.cc series.cc)