mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
582539c570
SQL Studio is a graphical SQL manager program that allows the user to create and edit SQL scripts.
15 lines
261 B
CMake
15 lines
261 B
CMake
serenity_component(
|
|
SQLStudio
|
|
RECOMMENDED
|
|
TARGETS SQLStudio
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
MainWidget.cpp
|
|
ScriptEditor.cpp
|
|
)
|
|
|
|
serenity_app(SQLStudio ICON app-sql-studio)
|
|
target_link_libraries(SQLStudio LibCore LibDesktop LibGUI LibMain LibSQL)
|