mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:17:44 +00:00
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:
parent
077406dc36
commit
6d913db9fe
1 changed files with 1 additions and 0 deletions
|
@ -24,3 +24,4 @@ set(SOURCES
|
|||
|
||||
serenity_bin(WindowServer)
|
||||
target_link_libraries(WindowServer LibCore LibGfx LibThread LibPthread LibIPC)
|
||||
serenity_install_headers(Services/WindowServer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue