mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-03 00:14:12 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			140 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			140 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
file(GLOB PY_FILES *.py)
 | 
						|
 | 
						|
add_subdirectory(help)
 | 
						|
add_subdirectory(gdal)
 | 
						|
add_subdirectory(qgis)
 | 
						|
 | 
						|
PLUGIN_INSTALL(processing algs ${PY_FILES})
 |