for merge resolution
This commit is contained in:
		@@ -1,16 +0,0 @@
 | 
				
			|||||||
cmake_minimum_required(VERSION 3.14)
 | 
					 | 
				
			||||||
project(park)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
set(CMAKE_CXX_STANDARD 11)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
add_executable(park
 | 
					 | 
				
			||||||
    main.cpp
 | 
					 | 
				
			||||||
    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