mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
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)
|