cmake_minimum_required(VERSION 3.27) project(HelloWorld) add_executable(${PROJECT_NAME} hello.cpp)