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:
parent
133a30c8b7
commit
f0d2489254
2 changed files with 9 additions and 7 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue