mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 03:22:43 +00:00 
			
		
		
		
	 828d791a4f
			
		
	
	
		828d791a4f
		
	
	
	
	
		
			
			Given a set of lines from the file we are patching, and a patch itself, this function will try and locate where in the file to apply that patch, and write the result of patching that file (if successful) to the output stream.
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			106 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| 
 | |
| set(SOURCES
 | |
|     Applier.cpp
 | |
|     Format.cpp
 | |
|     Generator.cpp
 | |
|     Hunks.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDiff diff)
 |