1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 02:17:34 +00:00

GMLPlayground: Open and save files using FileSystemAccessClient

This commit is contained in:
Karol Kosek 2022-10-23 19:05:34 +02:00 committed by Linus Groh
parent 681e36706b
commit 25104a30c1
2 changed files with 41 additions and 54 deletions

View file

@ -9,4 +9,4 @@ set(SOURCES
)
serenity_app(GMLPlayground ICON app-gml-playground)
target_link_libraries(GMLPlayground LibDesktop LibGUI LibMain)
target_link_libraries(GMLPlayground LibDesktop LibFileSystemAccessClient LibGUI LibMain)