mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
1e67435ff5
This is what this function really does, it doesn't compile anything.
20 lines
411 B
CMake
20 lines
411 B
CMake
serenity_component(
|
|
SQLStudio
|
|
RECOMMENDED
|
|
TARGETS SQLStudio
|
|
)
|
|
|
|
stringify_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 LibFileSystem LibGfx LibGUI LibIPC LibMain LibSQL LibSyntax)
|