1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:17:36 +00:00

AppFile: Add helpers for dealing with AppFile paths

This commit is contained in:
david072 2023-11-04 19:31:08 +01:00 committed by Andreas Kling
parent 5af6e1c042
commit 124611b256
3 changed files with 17 additions and 3 deletions

View file

@ -10,4 +10,4 @@ set(GENERATED_SOURCES
)
serenity_lib(LibDesktop desktop)
target_link_libraries(LibDesktop PRIVATE LibCore LibIPC LibGfx LibGUI)
target_link_libraries(LibDesktop PRIVATE LibCore LibIPC LibGfx LibGUI LibFileSystem)