mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-10-30 00:07:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			314 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			314 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| FILE(GLOB PY_FILES *.py)
 | |
| 
 | |
| ADD_SUBDIRECTORY(gdal)
 | |
| ADD_SUBDIRECTORY(grass)
 | |
| ADD_SUBDIRECTORY(grass7)
 | |
| ADD_SUBDIRECTORY(saga)
 | |
| ADD_SUBDIRECTORY(otb)
 | |
| ADD_SUBDIRECTORY(taudem)
 | |
| ADD_SUBDIRECTORY(lidar)
 | |
| ADD_SUBDIRECTORY(qgis)
 | |
| ADD_SUBDIRECTORY(r)
 | |
| ADD_SUBDIRECTORY(exampleprovider)
 | |
| 
 | |
| PLUGIN_INSTALL(processing algs ${PY_FILES})
 |