mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
11440fa78f
LibDiff currently contains functionality for parsing diffs in the "unified format" and for a generating simple diff that contains only additions.
8 lines
108 B
CMake
8 lines
108 B
CMake
|
|
set(SOURCES
|
|
Hunks.cpp
|
|
Format.cpp
|
|
)
|
|
|
|
serenity_lib(LibDiff diff)
|
|
target_link_libraries(LibDiff LibC)
|