mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			253 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			253 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| FILE(GLOB PY_FILES *.py)
 | |
| FILE(GLOB OTHER_FILES grass.txt)
 | |
| FILE(GLOB DESCR_FILES description/*.txt)
 | |
| 
 | |
| ADD_SUBDIRECTORY(ext)
 | |
| 
 | |
| PLUGIN_INSTALL(processing algs/grass ${PY_FILES} ${OTHER_FILES})
 | |
| PLUGIN_INSTALL(processing algs/grass/description ${DESCR_FILES})
 |