mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibDiff currently contains functionality for parsing diffs in the "unified format" and for a generating simple diff that contains only additions.
9 lines
108 B
CMake
9 lines
108 B
CMake
|
|
set(SOURCES
|
|
Hunks.cpp
|
|
Format.cpp
|
|
)
|
|
|
|
serenity_lib(LibDiff diff)
|
|
target_link_libraries(LibDiff LibC)
|