mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-31 00:06:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			222 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| FILE(GLOB PY_FILES *.py)
 | |
| 
 | |
| ADD_SUBDIRECTORY(help)
 | |
| ADD_SUBDIRECTORY(gdal)
 | |
| ADD_SUBDIRECTORY(grass7)
 | |
| ADD_SUBDIRECTORY(saga)
 | |
| ADD_SUBDIRECTORY(qgis)
 | |
| ADD_SUBDIRECTORY(exampleprovider)
 | |
| 
 | |
| PLUGIN_INSTALL(processing algs ${PY_FILES})
 |