mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-30 00:07:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			168 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			168 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| FILE(GLOB PY_FILES *.py)
 | |
| FILE(GLOB SCRIPT_FILES scripts/*.rsx)
 | |
| 
 | |
| PLUGIN_INSTALL(processing algs/r ${PY_FILES})
 | |
| PLUGIN_INSTALL(processing algs/r/scripts ${SCRIPT_FILES})
 |