mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			226 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			226 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| FILE(GLOB PY_FILES *.py)
 | |
| FILE(GLOB OTHER_FILES copyright.txt)
 | |
| FILE(GLOB ICON_FILES icons/*.png)
 | |
| 
 | |
| PLUGIN_INSTALL(processing ./algs/ftools ${PY_FILES} ${OTHER_FILES})
 | |
| PLUGIN_INSTALL(processing ./algs/ftools/icons ${ICON_FILES})
 |