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
Notes:
sideshowbarker
2024-07-18 20:57:17 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6d913db9fe9
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
Reference in a new issue