mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			99 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
file(GLOB PY_FILES *.py)
 | 
						|
 | 
						|
add_subdirectory(ui)
 | 
						|
 | 
						|
PLUGIN_INSTALL(processing ./algs/gdal ${PY_FILES})
 |