cmake_minimum_required(VERSION 3.0) project(test) add_executable(hello_world hello_world.cpp)