mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
file(GLOB PY_FILES *.py)
 | 
						|
 | 
						|
add_subdirectory(help)
 | 
						|
add_subdirectory(gdal)
 | 
						|
add_subdirectory(grass7)
 | 
						|
add_subdirectory(otb)
 | 
						|
add_subdirectory(saga)
 | 
						|
add_subdirectory(qgis)
 | 
						|
 | 
						|
PLUGIN_INSTALL(processing algs ${PY_FILES})
 |