mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:17:34 +00:00
paste: Port to LibMain and LibCore
This commit is contained in:
parent
7880718fa8
commit
681b643093
2 changed files with 16 additions and 18 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue