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

GMLPlayground: Add list of recent files to the File menu

This commit is contained in:
Sam Atkins 2023-03-16 20:46:17 +00:00 committed by Sam Atkins
parent d0730c1c75
commit 1fba3640cb
2 changed files with 36 additions and 10 deletions

View file

@ -15,4 +15,4 @@ set(GENERATED_SOURCES
)
serenity_app(GMLPlayground ICON app-gml-playground)
target_link_libraries(GMLPlayground PRIVATE LibCore LibDesktop LibFileSystemAccessClient LibGfx LibGUI LibMain LibSyntax)
target_link_libraries(GMLPlayground PRIVATE LibConfig LibCore LibDesktop LibFileSystemAccessClient LibGfx LibGUI LibMain LibSyntax)