add CMakeLists.txt
This commit is contained in:
parent
a79ad53b7a
commit
f42154621f
6
CMakeLists.txt
Normal file
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)
|
Loading…
Reference in New Issue
Block a user