Update MP2

This commit is contained in:
2024-03-07 13:25:19 -06:00
parent ec700702c8
commit f3217d0614
60 changed files with 6061 additions and 457 deletions

View File

@@ -0,0 +1,12 @@
cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_MAKE_PROGRAM=/opt/clion/bin/ninja/linux/x64/ninja /home/caleb/ASDV-Cpp/Assignments/MP2_CalebFontenot_clion "-DCMAKE_CXX_FLAGS:STRING=-lncurses -Wno-write-strings" -G Ninja -S /home/caleb/ASDV-Cpp/Assignments/MP2_CalebFontenot_clion -B /home/caleb/ASDV-Cpp/Assignments/MP2_CalebFontenot_clion/cmake-build-debug
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 3.5 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Configuring done (0.0s)
-- Generating done (0.0s)
-- Build files have been written to: /home/caleb/ASDV-Cpp/Assignments/MP2_CalebFontenot_clion/cmake-build-debug