Merge pull request #2940 from lioncash/zlib
externals: Track mainline zlib as a submodule
This commit is contained in:
		| @@ -11,4 +11,5 @@ ninja | |||||||
|  |  | ||||||
| ccache -s | ccache -s | ||||||
|  |  | ||||||
| ctest -VV -C Release | # Ignore zlib's tests, since they aren't gated behind a CMake option. | ||||||
|  | ctest -VV -E "(example|example64)" -C Release | ||||||
|   | |||||||
							
								
								
									
										8
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.gitmodules
									
									
									
									
										vendored
									
									
								
							| @@ -47,8 +47,8 @@ | |||||||
|     path = externals/sirit |     path = externals/sirit | ||||||
|     url = https://github.com/ReinUsesLisp/sirit |     url = https://github.com/ReinUsesLisp/sirit | ||||||
| [submodule "libzip"] | [submodule "libzip"] | ||||||
| 	path = externals/libzip |     path = externals/libzip | ||||||
| 	url = https://github.com/DarkLordZach/libzip |     url = https://github.com/DarkLordZach/libzip | ||||||
| [submodule "zlib"] | [submodule "zlib"] | ||||||
| 	path = externals/zlib |     path = externals/zlib | ||||||
| 	url = https://github.com/DarkLordZach/zlib |     url = https://github.com/madler/zlib | ||||||
|   | |||||||
							
								
								
									
										8
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							| @@ -77,11 +77,11 @@ if (ENABLE_VULKAN) | |||||||
|     add_subdirectory(sirit) |     add_subdirectory(sirit) | ||||||
| endif() | endif() | ||||||
|  |  | ||||||
| # libzip |  | ||||||
| add_subdirectory(libzip) |  | ||||||
|  |  | ||||||
| # zlib | # zlib | ||||||
| add_subdirectory(zlib) | add_subdirectory(zlib EXCLUDE_FROM_ALL) | ||||||
|  |  | ||||||
|  | # libzip | ||||||
|  | add_subdirectory(libzip EXCLUDE_FROM_ALL) | ||||||
|  |  | ||||||
| if (ENABLE_WEB_SERVICE) | if (ENABLE_WEB_SERVICE) | ||||||
|     # LibreSSL |     # LibreSSL | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								externals/zlib
									
									
									
									
										vendored
									
									
								
							
							
								
								
								
								
								
							
						
						
									
										2
									
								
								externals/zlib
									
									
									
									
										vendored
									
									
								
							 Submodule externals/zlib updated: 094ed57db3...cacf7f1d4e
									
								
							
		Reference in New Issue
	
	Block a user