mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			372 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			372 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
FILE(GLOB PY_FILES *.py)
 | 
						|
FILE(GLOB DESCR_FILES description/*.txt)
 | 
						|
FILE(GLOB HELPER_FILES helper/*.py)
 | 
						|
FiLE(GLOB HELP_FILES description/doc/*.html)
 | 
						|
 | 
						|
PLUGIN_INSTALL(processing ./otb ${PY_FILES})
 | 
						|
PLUGIN_INSTALL(processing ./otb/description ${DESCR_FILES})
 | 
						|
PLUGIN_INSTALL(processing ./otb/helper ${HELPER_FILES})
 | 
						|
PLUGIN_INSTALL(processing ./otb/description/doc ${HELP_FILES})
 |