1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:07:44 +00:00

diff: Port to LibMain

This commit is contained in:
Kenneth Myhra 2021-12-07 20:30:37 +01:00 committed by Brian Gianforcaro
parent cd8bd27835
commit 4726532735
2 changed files with 10 additions and 19 deletions

View file

@ -81,7 +81,7 @@ target_link_libraries(date LibMain)
target_link_libraries(dd LibMain)
target_link_libraries(ddate LibMain)
target_link_libraries(df LibMain)
target_link_libraries(diff LibDiff)
target_link_libraries(diff LibDiff LibMain)
target_link_libraries(disasm LibX86)
target_link_libraries(dmesg LibMain)
target_link_libraries(echo LibMain)