1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-08 05:27:14 +09:00
ladybird/Libraries/LibDiff/CMakeLists.txt
Shannon Booth 41b060be81 LibDiff: Remove a bunch of unused code
We have no need to support normal or context diffs in ladybird,
as well as the ability to parse and apply patches.
2025-05-13 12:46:34 +02:00

6 lines
75 B
CMake

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