diff options
-rw-r--r-- | Userland/Services/Taskbar/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Services/Taskbar/CMakeLists.txt b/Userland/Services/Taskbar/CMakeLists.txt index 14386c01fc..1367480921 100644 --- a/Userland/Services/Taskbar/CMakeLists.txt +++ b/Userland/Services/Taskbar/CMakeLists.txt @@ -9,3 +9,4 @@ set(SOURCES serenity_bin(Taskbar) target_link_libraries(Taskbar LibGUI LibDesktop) +serenity_install_headers(Services/Taskbar) |