mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			118 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			118 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
file(GLOB_RECURSE FILES_TO_REMOVE ${REMOVE_FILE_GLOB})
 | 
						|
 | 
						|
if(FILES_TO_REMOVE)
 | 
						|
  file(REMOVE ${FILES_TO_REMOVE})
 | 
						|
endif()
 |