6 lines
		
	
	
		
			182 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			182 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| 
								 | 
							
								include(CMakeFindDependencyMacro)
							 | 
						||
| 
								 | 
							
								find_dependency(JPEG)
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								set(libyuv_INCLUDE_DIRS "${CMAKE_CURRENT_LIST_DIR}/../../include")
							 | 
						||
| 
								 | 
							
								include("${CMAKE_CURRENT_LIST_DIR}/libyuv-targets.cmake")
							 |