mirror of
				https://github.com/intel/intel-graphics-compiler.git
				synced 2025-10-30 08:18:26 +08:00 
			
		
		
		
	IGC: CMakeLists: add project
If project is not added, CMake will warn about it: No project() command is present. The top-level CMakeLists.txt file must contain a literal, direct call to the project() command. Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
This commit is contained in:
		 Szymichowski, Pawel
					Szymichowski, Pawel
				
			
				
					committed by
					
						 igcbot
						igcbot
					
				
			
			
				
	
			
			
			 igcbot
						igcbot
					
				
			
						parent
						
							e2e20fef64
						
					
				
				
					commit
					8ae6b4d50f
				
			| @ -8,6 +8,8 @@ | |||||||
|  |  | ||||||
| cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR) | cmake_minimum_required(VERSION 3.13.4 FATAL_ERROR) | ||||||
|  |  | ||||||
|  | project(IGC) | ||||||
|  |  | ||||||
| add_subdirectory(IGC) | add_subdirectory(IGC) | ||||||
|  |  | ||||||
| list(APPEND IGC__IGC_TARGETS "igc_dll") | list(APPEND IGC__IGC_TARGETS "igc_dll") | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user