Adding assignment 1
This commit is contained in:
12
assignment1/CMakeLists.txt
Normal file
12
assignment1/CMakeLists.txt
Normal file
@@ -0,0 +1,12 @@
|
||||
cmake_minimum_required(VERSION 3.31)
|
||||
project(IKT203)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(IKT203 main.cpp
|
||||
TMovie.cpp
|
||||
TMovie.h
|
||||
TMovieNode.cpp
|
||||
TMovieNode.h
|
||||
TMovieList.cpp
|
||||
TMovieList.h)
|
||||
Reference in New Issue
Block a user