ladybird/Userland/DevTools/SQLStudio/CMakeLists.txt
kleines Filmröllchen 1e67435ff5 Meta: Rename compile_gml to stringify_gml
This is what this function really does, it doesn't compile anything.
2023-08-11 21:33:48 +02:00

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)