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

paste: Port to LibMain and LibCore

This commit is contained in:
Zack Penn 2022-02-18 23:26:39 -06:00 committed by Andreas Kling
parent 7880718fa8
commit 681b643093
2 changed files with 16 additions and 18 deletions

View file

@ -147,7 +147,7 @@ target_link_libraries(ntpquery LibMain)
target_link_libraries(open LibDesktop LibMain)
target_link_libraries(pape LibGUI LibMain)
target_link_libraries(passwd LibCrypt LibMain)
target_link_libraries(paste LibGUI)
target_link_libraries(paste LibGUI LibCore LibMain)
target_link_libraries(pgrep LibRegex LibMain)
target_link_libraries(pidof LibMain)
target_link_libraries(ping LibMain)