ladybird/Userland/Libraries/LibDiff/CMakeLists.txt
Shannon Booth 828d791a4f LibDiff: Add Diff::apply_patch
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.
2023-07-13 10:29:30 +01:00

10 lines
106 B
CMake

set(SOURCES
Applier.cpp
Format.cpp
Generator.cpp
Hunks.cpp
)
serenity_lib(LibDiff diff)