WindowServer: Install WindowServer headers

This is a bit clunky since we really only need WindowType.h and don't
really want to consider any other headers "public" but this is just
to make the SDL port build again now that LibGUI includes WindowType.h
from WindowServer.

Long term we should probably figure out a way to only install "API"
headers from libraries.
This commit is contained in:
Andreas Kling 2021-03-30 20:18:36 +02:00
parent 077406dc36
commit 6d913db9fe
Notes: sideshowbarker 2024-07-18 20:57:17 +09:00

View file

@ -24,3 +24,4 @@ set(SOURCES
serenity_bin(WindowServer)
target_link_libraries(WindowServer LibCore LibGfx LibThread LibPthread LibIPC)
serenity_install_headers(Services/WindowServer)