mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 18:54:14 +01:00 
			
		
		
		
	CMakeLists: Make libzip excluded from the ALL target
Likewise, we also only want to link in the libraries that we actually make use of (so we don't need to worry about linking in test targets).
This commit is contained in:
		
							parent
							
								
									80bdb44ead
								
							
						
					
					
						commit
						e29492d114
					
				
							
								
								
									
										2
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								externals/CMakeLists.txt
									
									
									
									
										vendored
									
									
								
							| @ -81,7 +81,7 @@ endif() | ||||
| add_subdirectory(zlib EXCLUDE_FROM_ALL) | ||||
| 
 | ||||
| # libzip | ||||
| add_subdirectory(libzip) | ||||
| add_subdirectory(libzip EXCLUDE_FROM_ALL) | ||||
| 
 | ||||
| if (ENABLE_WEB_SERVICE) | ||||
|     # LibreSSL | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user