cmake_minimum_required(VERSION 3.20)
project(SimpleCpp)

add_executable(my_awsome_program main.cpp)
