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:
parent
82363aa1c4
commit
9b1e754d56
3 changed files with 42 additions and 12 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue