mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			211 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			211 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
FILE(GLOB PY_FILES *.py)
 | 
						|
FILE(GLOB ICON_FILES icons/*.png)
 | 
						|
 | 
						|
ADD_SUBDIRECTORY(scripts)
 | 
						|
ADD_SUBDIRECTORY(pyogr)
 | 
						|
 | 
						|
PLUGIN_INSTALL(processing ./gdal ${PY_FILES})
 | 
						|
PLUGIN_INSTALL(processing ./gdal/icons ${ICON_FILES})
 |