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

SQLStudio: Convert SQLStudio to GML

This commit is contained in:
Timothy Flynn 2022-12-28 11:38:46 -05:00 committed by Andreas Kling
parent 82363aa1c4
commit 9b1e754d56
3 changed files with 42 additions and 12 deletions

View file

@ -4,11 +4,17 @@ serenity_component(
TARGETS SQLStudio
)
compile_gml(SQLStudio.gml SQLStudioGML.h sql_studio_gml)
set(SOURCES
main.cpp
MainWidget.cpp
ScriptEditor.cpp
)
set(GENERATED_SOURCES
SQLStudioGML.h
)
serenity_app(SQLStudio ICON app-sql-studio)
target_link_libraries(SQLStudio PRIVATE LibCore LibDesktop LibGfx LibGUI LibIPC LibMain LibSQL LibSyntax)