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

open: Port to LibMain

This commit is contained in:
Kenneth Myhra 2022-01-30 20:01:49 +01:00 committed by Andreas Kling
parent 73f431a7cb
commit 71c004b75f
2 changed files with 4 additions and 3 deletions

View file

@ -142,7 +142,7 @@ 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(open LibDesktop LibMain)
target_link_libraries(pape LibGUI)
target_link_libraries(passwd LibCrypt LibMain)
target_link_libraries(paste LibGUI)