mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	cmake: Fix libusb builds breaking
This commit is contained in:
		
							parent
							
								
									e73c53fad1
								
							
						
					
					
						commit
						48aa076049
					
				| @ -330,6 +330,7 @@ elseif(SDL2_FOUND) | ||||
| endif() | ||||
| 
 | ||||
| # Ensure libusb is properly configured (based on dolphin libusb include) | ||||
| INCLUDE(FindPkgConfig) | ||||
| find_package(LibUSB) | ||||
| if (NOT LIBUSB_FOUND) | ||||
|     add_subdirectory(externals/libusb) | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user