1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 16:37:47 +00:00

LaunchServer: Prefer FileSystem over DeprecatedFile

This commit is contained in:
Ben Wiederhake 2023-05-12 23:53:44 +02:00 committed by Andreas Kling
parent e77f59b7d3
commit 85c897dc17
2 changed files with 12 additions and 6 deletions

View file

@ -19,4 +19,4 @@ set(GENERATED_SOURCES
)
serenity_bin(LaunchServer)
target_link_libraries(LaunchServer PRIVATE LibCore LibIPC LibDesktop LibMain)
target_link_libraries(LaunchServer PRIVATE LibCore LibIPC LibDesktop LibFileSystem LibMain)