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

ntpquery: Port to LibMain

This commit is contained in:
Kenneth Myhra 2022-01-30 19:56:11 +01:00 committed by Andreas Kling
parent 5d41f993cd
commit 73f431a7cb
2 changed files with 17 additions and 14 deletions

View file

@ -141,6 +141,7 @@ target_link_libraries(netstat LibMain)
target_link_libraries(nl LibMain)
target_link_libraries(notify LibGUI LibMain)
target_link_libraries(nproc LibMain)
target_link_libraries(ntpquery LibMain)
target_link_libraries(open LibDesktop)
target_link_libraries(pape LibGUI)
target_link_libraries(passwd LibCrypt LibMain)