ladybird/Userland/Applications/Escalator/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
352 B
CMake

serenity_component(
Escalator
REQUIRED
TARGETS Escalator
)
stringify_gml(Escalator.gml EscalatorGML.h escalator_gml)
set(SOURCES
main.cpp
EscalatorWindow.cpp
)
set(GENERATED_SOURCES
EscalatorGML.h
)
serenity_app(Escalator ICON app-escalator)
target_link_libraries(Escalator PRIVATE LibCore LibDesktop LibGfx LibGUI LibMain)