cmake_minimum_required(VERSION 3.29) project(cmpsc330hw2) set(CMAKE_CXX_STANDARD 11) add_executable(cmpsc330hw2 dotsandboxes.cxx)