mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00:00
Taskbar: Make sure LibGUI/Desktop.h is usable in ports
Now that Desktop.h includes Services/Taskbar/TaskbarWindow.h we have to install Taskbar's header files so that Desktop.h can be used in ports or when building software in-target.
This commit is contained in:
parent
18a5ac1e66
commit
d840608a51
1 changed files with 1 additions and 0 deletions
|
@ -9,3 +9,4 @@ set(SOURCES
|
||||||
|
|
||||||
serenity_bin(Taskbar)
|
serenity_bin(Taskbar)
|
||||||
target_link_libraries(Taskbar LibGUI LibDesktop)
|
target_link_libraries(Taskbar LibGUI LibDesktop)
|
||||||
|
serenity_install_headers(Services/Taskbar)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue