mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:37:35 +00:00
Taskbar: Port to LibMain :^)
This opens up using TRY() for syscalls, Core::Object creation, and even some Vector operations.
This commit is contained in:
parent
b03f8d18c5
commit
adc83e5802
2 changed files with 18 additions and 22 deletions
|
@ -14,5 +14,5 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(Taskbar)
|
||||
target_link_libraries(Taskbar LibGUI LibDesktop LibConfig)
|
||||
target_link_libraries(Taskbar LibGUI LibDesktop LibConfig LibMain)
|
||||
serenity_install_headers(Services/Taskbar)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue