mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	- add new TauDEM 5.1.2/5.2 tools: Gage watershed, TWI and Select GT Threshold - implement support for multifile TauDEM version - allow to use single- and multifile versions simultaneously Work done for Faunalia (http://faunalia.eu)
		
			
				
	
	
		
			8 lines
		
	
	
		
			343 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			343 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
FILE(GLOB PY_FILES *.py)
 | 
						|
FILE(GLOB SINGLE_DESCR_FILES description/single/*.txt)
 | 
						|
FILE(GLOB MULTI_DESCR_FILES description/multi/*.txt)
 | 
						|
 | 
						|
PLUGIN_INSTALL(processing algs/taudem ${PY_FILES})
 | 
						|
PLUGIN_INSTALL(processing algs/taudem/description/single ${SINGLE_DESCR_FILES})
 | 
						|
PLUGIN_INSTALL(processing algs/taudem/description/multi ${MULTI_DESCR_FILES})
 |