mirror of
				https://github.com/TinyAtoms/mirror-test
				synced 2025-11-04 09:16:33 +00:00 
			
		
		
		
	test
This commit is contained in:
		
							
								
								
									
										18
									
								
								CMakeLists.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								CMakeLists.txt
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
				
			|||||||
 | 
					cmake_minimum_required(VERSION 3.7...3.19)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					if (${CMAKE_VERSION} VERSION_LESS 3.12)
 | 
				
			||||||
 | 
					    cmake_policy(VERSION ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION})
 | 
				
			||||||
 | 
					endif ()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					project(test VERSION 1.0
 | 
				
			||||||
 | 
					        DESCRIPTION "mirror test"
 | 
				
			||||||
 | 
					        LANGUAGES CXX)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set(CMAKE_CXX_STANDARD 14)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Sagar's Linear Probing
 | 
				
			||||||
 | 
					add_executable(mirror-test
 | 
				
			||||||
 | 
					        ${PROJECT_SOURCE_DIR}/main.cpp
 | 
				
			||||||
 | 
					        )
 | 
				
			||||||
		Reference in New Issue
	
	Block a user