WIP refractoring
This commit is contained in:
@ -9,7 +9,17 @@ include_directories(
|
||||
)
|
||||
|
||||
|
||||
add_executable(park main.cpp data.cpp headers/data.h Customer.cpp headers/Customer.h Park_spot.cpp headers/Park_spot.h Park_time.cpp headers/Park_time.h)
|
||||
add_executable(park
|
||||
main.cpp
|
||||
data.cpp
|
||||
headers/data.h
|
||||
#[[Customer.cpp
|
||||
headers/Customer.h
|
||||
Park_spot.cpp
|
||||
headers/Park_spot.h
|
||||
Park_time.cpp
|
||||
headers/Park_time.h]]
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user