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:
Gunnar Beutner 2021-06-04 17:10:54 +02:00 committed by Andreas Kling
parent 18a5ac1e66
commit d840608a51
Notes: sideshowbarker 2024-07-18 16:54:04 +09:00

View file

@ -9,3 +9,4 @@ set(SOURCES
serenity_bin(Taskbar)
target_link_libraries(Taskbar LibGUI LibDesktop)
serenity_install_headers(Services/Taskbar)