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

Applications: Port Assistant to LibMain

This commit is contained in:
Lenny Maiorani 2022-02-09 12:57:36 -07:00 committed by Linus Groh
parent 133a30c8b7
commit f0d2489254
2 changed files with 9 additions and 7 deletions

View file

@ -11,5 +11,5 @@ set(SOURCES
)
serenity_app(Assistant ICON app-run)
target_link_libraries(Assistant LibCore LibDesktop LibGUI LibJS LibThreading)
target_link_libraries(Assistant LibCore LibDesktop LibGUI LibJS LibMain LibThreading)
link_with_unicode_data(Assistant)