mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
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)
|