mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			279 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			279 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
file(GLOB PY_FILES *.py)
 | 
						|
file(GLOB OTHER_FILES grass7.txt metadata.txt)
 | 
						|
file(GLOB DESCR_FILES description/*.txt)
 | 
						|
 | 
						|
add_subdirectory(ext)
 | 
						|
add_subdirectory(tests)
 | 
						|
 | 
						|
PLUGIN_INSTALL(grassprovider . ${PY_FILES} ${OTHER_FILES})
 | 
						|
PLUGIN_INSTALL(grassprovider ./description ${DESCR_FILES})
 |