mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			124 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			124 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| FILE(GLOB PY_FILES *.py)
 | |
| 
 | |
| ADD_SUBDIRECTORY(mmqgisx)
 | |
| ADD_SUBDIRECTORY(ftools)
 | |
| 
 | |
| PLUGIN_INSTALL(processing ./algs ${PY_FILES})
 |