mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Port yuzu-emu/yuzu#9300: "CMake: Use precompiled headers to improve compile times" (#6213)
Co-authored-by: Ameer J <52414509+ameerj@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									51e252c7ed
								
							
						
					
					
						commit
						ccb50e7f2c
					
				
					 25 changed files with 173 additions and 5 deletions
				
			
		|  | @ -164,6 +164,7 @@ add_executable(citra-qt | |||
|     multiplayer/state.cpp | ||||
|     multiplayer/state.h | ||||
|     multiplayer/validation.h | ||||
|     precompiled_headers.h | ||||
|     uisettings.cpp | ||||
|     uisettings.h | ||||
|     qt_image_interface.cpp | ||||
|  | @ -319,3 +320,7 @@ if (MSVC) | |||
|         copy_citra_FFmpeg_deps(citra-qt) | ||||
|     endif() | ||||
| endif() | ||||
| 
 | ||||
| if (CITRA_USE_PRECOMPILED_HEADERS) | ||||
|     target_precompile_headers(citra-qt PRIVATE precompiled_headers.h) | ||||
| endif() | ||||
|  |  | |||
							
								
								
									
										7
									
								
								src/citra_qt/precompiled_headers.h
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								src/citra_qt/precompiled_headers.h
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | |||
| // Copyright 2022 Citra Emulator Project
 | ||||
| // Licensed under GPLv2 or any later version
 | ||||
| // Refer to the license.txt file included.
 | ||||
| 
 | ||||
| #pragma once | ||||
| 
 | ||||
| #include "common/common_precompiled_headers.h" | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue