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

dd: Port to LibMain :^)

This commit is contained in:
Kenneth Myhra 2021-11-28 10:24:23 +01:00 committed by Brian Gianforcaro
parent 00dbac9d16
commit 65f4d868e5
2 changed files with 33 additions and 30 deletions

View file

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