Cleaning up file structure

This commit is contained in:
Christopher Sanden
2025-10-13 17:52:17 +02:00
parent 4fd5b87bb6
commit f9dc752231
42 changed files with 5487 additions and 76 deletions

View File

@@ -1,12 +1,12 @@
cmake_minimum_required(VERSION 3.31)
project(IKT203)
cmake_minimum_required(VERSION 4.0)
project(assignment1)
set(CMAKE_CXX_STANDARD 20)
add_executable(IKT203 main.cpp
TMovie.cpp
add_executable(assignment1 main.cpp
TMovie.h
TMovieNode.cpp
TMovieNode.h
TMovie.cpp
TMovieList.cpp
TMovieList.h)
TMovieList.h
TMovieNode.cpp
TMovieNode.h)