cmake_minimum_required(VERSION 3.28) project(lab3_CalebFontenot) set(CMAKE_CXX_STANDARD 23) add_executable(lab3_CalebFontenot main.cpp twoDarraysChar.cpp twoDarraysChar.h)