mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
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.
10 lines
106 B
CMake
10 lines
106 B
CMake
|
|
set(SOURCES
|
|
Applier.cpp
|
|
Format.cpp
|
|
Generator.cpp
|
|
Hunks.cpp
|
|
)
|
|
|
|
serenity_lib(LibDiff diff)
|