add CMakeLists.txt

This commit is contained in:
Sandipsinh Rathod 2024-10-09 19:45:24 -04:00
parent a79ad53b7a
commit f42154621f
No known key found for this signature in database

6
CMakeLists.txt Normal file

@ -0,0 +1,6 @@
cmake_minimum_required(VERSION 3.29)
project(cmpsc330hw2)
set(CMAKE_CXX_STANDARD 20)
add_executable(cmpsc330hw2 main.cpp)