Adding 3rd assignment, stacks and queues
This commit is contained in:
11
Stacks&Queues/CMakeLists.txt
Normal file
11
Stacks&Queues/CMakeLists.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
cmake_minimum_required(VERSION 4.0)
|
||||
project(Stacks_Queues)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(Stacks_Queues main.cpp
|
||||
TStack.cpp
|
||||
TStack.h
|
||||
TQueue.cpp
|
||||
TQueue.h
|
||||
FUtils.h)
|
||||
Reference in New Issue
Block a user