1
Fork 0
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:
Gunnar Beutner 2021-06-04 17:10:54 +02:00 committed by Andreas Kling
parent 18a5ac1e66
commit d840608a51

View file

@ -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)