mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:17:45 +00:00
FileSystemAccessServer: Prefer LibFileSystem over DeprecatedFile
This commit is contained in:
parent
81700d1b92
commit
fecaf27b3a
2 changed files with 4 additions and 4 deletions
|
@ -18,5 +18,5 @@ set(GENERATED_SOURCES
|
|||
)
|
||||
|
||||
serenity_bin(FileSystemAccessServer)
|
||||
target_link_libraries(FileSystemAccessServer PRIVATE LibCore LibIPC LibGfx LibGUI LibMain)
|
||||
target_link_libraries(FileSystemAccessServer PRIVATE LibCore LibFileSystem LibGfx LibGUI LibIPC LibMain)
|
||||
add_dependencies(FileSystemAccessServer WindowServer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue