cmake_minimum_required(VERSION 3.20) project(cst116-lab4-till-t) set(CMAKE_CXX_STANDARD 14) add_executable(cst116-lab4-till-t lab4.cpp)