cmake_minimum_required(VERSION 3.27) project(Empirical) set(CMAKE_CXX_STANDARD 20) add_executable(Empirical main.cpp Element.cpp Element.h)