mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	Add ZSTD compression for precompiled cache
This commit is contained in:
		
							parent
							
								
									cd86c9b043
								
							
						
					
					
						commit
						8f67d6a444
					
				
					 5 changed files with 103 additions and 0 deletions
				
			
		
							
								
								
									
										4
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								externals/CMakeLists.txt
									
										
									
									
										vendored
									
									
								
							|  | @ -62,6 +62,10 @@ if (ARCHITECTURE_x86_64) | |||
|     target_compile_definitions(xbyak INTERFACE XBYAK_NO_OP_NAMES) | ||||
| endif() | ||||
| 
 | ||||
| # Zstandard | ||||
| add_subdirectory(zstd/build/cmake EXCLUDE_FROM_ALL) | ||||
| target_include_directories(libzstd_static INTERFACE ./zstd/lib) | ||||
| 
 | ||||
| # ENet | ||||
| add_subdirectory(enet) | ||||
| target_include_directories(enet INTERFACE ./enet/include) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue