-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCMakeLists.txt
More file actions
25 lines (21 loc) · 766 Bytes
/
Copy pathCMakeLists.txt
File metadata and controls
25 lines (21 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
cmake_minimum_required(VERSION 3.28.1)
project(Ambulance_Management_System)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
add_executable(Ambulance_Management_System "Main.cpp"
"Includes/Car.h" "Includes/Request.h" "ds/LinkedQueue.h" "ds/PriQueue.h" "ds/Node.h" "ds/LinkedList.h"
Includes/Organizer.h "Includes/Hospital.h"
Includes/ReadingHelper.h
"src/Hospital.cpp" "src/Organizer.cpp" "src/ReadingHelper.cpp"
src/Request.cpp
"src/Hospital.cpp" "src/Organizer.cpp" "src/ReadingHelper.cpp"
src/Car.cpp
ds/Stack.h
Includes/Decorators.h
Includes/UI.h
src/UI.cpp
src/Logger.cpp
Includes/Logger.h
)
#>>>>>>> CarAssign-BetaVersion
#<<<<<<< HEAD "src/Car.cpp"