mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			144 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			144 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
file(GLOB PY_FILES *.py)
 | 
						|
file(GLOB OTHER_FILES metadata.txt)
 | 
						|
 | 
						|
add_subdirectory(tests)
 | 
						|
 | 
						|
PLUGIN_INSTALL(otbprovider . ${PY_FILES} ${OTHER_FILES})
 |