1 2 3 4
cmake_minimum_required(VERSION 3.20) project(SimpleCpp) add_executable(my_awsome_program main.cpp)