mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:12:45 +00:00 
			
		
		
		
	 11440fa78f
			
		
	
	
		11440fa78f
		
	
	
	
	
		
			
			LibDiff currently contains functionality for parsing diffs in the "unified format" and for a generating simple diff that contains only additions.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			108 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| 
 | |
| set(SOURCES
 | |
|     Hunks.cpp
 | |
|     Format.cpp
 | |
| )
 | |
| 
 | |
| serenity_lib(LibDiff diff)
 | |
| target_link_libraries(LibDiff LibC)
 |