cmake_minimum_required (VERSION 3.2) project (HelloWorld) add_executable(learn_cmake hello_world.cpp)