ASDV-Cpp/Assignments/StructuresLab_CalebFontenot/CMakeLists.txt

9 lines
200 B
CMake
Raw Normal View History

2024-03-22 11:48:19 -05:00
cmake_minimum_required(VERSION 3.28)
project(StructuresLab_CalebFontenot)
set(CMAKE_CXX_STANDARD 23)
add_executable(StructuresLab_CalebFontenot main.cpp
structures.cpp
structures.h)