1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:17:45 +00:00

ddate: Port to LibMain

This commit is contained in:
Kenneth Myhra 2021-12-07 20:13:13 +01:00 committed by Brian Gianforcaro
parent 208d85e707
commit 156899a63f
2 changed files with 5 additions and 6 deletions

View file

@ -79,6 +79,7 @@ target_link_libraries(cpp-preprocessor LibMain)
target_link_libraries(cut LibMain)
target_link_libraries(date LibMain)
target_link_libraries(dd LibMain)
target_link_libraries(ddate LibMain)
target_link_libraries(diff LibDiff)
target_link_libraries(disasm LibX86)
target_link_libraries(dmesg LibMain)