mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	externals: Add zlib and libzip libraries to handle ZIP file parsing
This commit is contained in:
		
							parent
							
								
									e11afeb34d
								
							
						
					
					
						commit
						84b6059012
					
				
							
								
								
									
										6
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @ -46,3 +46,9 @@ | |||||||
| [submodule "sirit"] | [submodule "sirit"] | ||||||
|     path = externals/sirit |     path = externals/sirit | ||||||
|     url = https://github.com/ReinUsesLisp/sirit |     url = https://github.com/ReinUsesLisp/sirit | ||||||
|  | [submodule "libzip"] | ||||||
|  | 	path = externals/libzip | ||||||
|  | 	url = https://github.com/DarkLordZach/libzip | ||||||
|  | [submodule "zlib"] | ||||||
|  | 	path = externals/zlib | ||||||
|  | 	url = https://github.com/DarkLordZach/zlib | ||||||
|  | |||||||
							
								
								
									
										6
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							| @ -77,6 +77,12 @@ if (ENABLE_VULKAN) | |||||||
|     add_subdirectory(sirit) |     add_subdirectory(sirit) | ||||||
| endif() | endif() | ||||||
| 
 | 
 | ||||||
|  | # libzip | ||||||
|  | add_subdirectory(libzip) | ||||||
|  | 
 | ||||||
|  | # zlib | ||||||
|  | add_subdirectory(zlib) | ||||||
|  | 
 | ||||||
| if (ENABLE_WEB_SERVICE) | if (ENABLE_WEB_SERVICE) | ||||||
|     # LibreSSL |     # LibreSSL | ||||||
|     set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") |     set(LIBRESSL_SKIP_INSTALL ON CACHE BOOL "") | ||||||
|  | |||||||
							
								
								
									
										1
									
								
								externals/libzip
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
								
							
						
						
									
										1
									
								
								externals/libzip
									
									
									
									
										vendored
									
									
										Submodule
									
								
							| @ -0,0 +1 @@ | |||||||
|  | Subproject commit bebbb54c8e691f019415fcb852ef4d53ebbc5000 | ||||||
							
								
								
									
										1
									
								
								externals/zlib
									
									
									
									
										vendored
									
									
										Submodule
									
								
							
							
								
								
								
								
								
								
							
						
						
									
										1
									
								
								externals/zlib
									
									
									
									
										vendored
									
									
										Submodule
									
								
							| @ -0,0 +1 @@ | |||||||
|  | Subproject commit 094ed57db392170130bc710293568de7b576306d | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user