mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			117 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			117 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| file(GLOB PY_FILES *.py)
 | |
| file(GLOB UI_FILES *.ui)
 | |
| 
 | |
| PLUGIN_INSTALL(processing ./algs/gdal/ui ${PY_FILES} ${UI_FILES})
 |