lab3
This commit is contained in:
8
Assignments/lab3_CalebFontenot/CMakeLists.txt
Normal file
8
Assignments/lab3_CalebFontenot/CMakeLists.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
cmake_minimum_required(VERSION 3.28)
|
||||
project(lab3_CalebFontenot)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
add_executable(lab3_CalebFontenot main.cpp
|
||||
twoDarraysChar.cpp
|
||||
twoDarraysChar.h)
|
Reference in New Issue
Block a user