1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-09-13 18:17:57 +00:00

Hearts: Port to GML compiler

This commit is contained in:
Sanil 2024-01-09 21:12:00 +05:30 committed by Tim Schumacher
parent 27339fe6e7
commit 343d6b001f
5 changed files with 30 additions and 13 deletions

View file

@ -5,7 +5,7 @@ serenity_component(
TARGETS Hearts
)
stringify_gml(Hearts.gml HeartsGML.h hearts_gml)
compile_gml(Hearts.gml HeartsGML.cpp)
set(SOURCES
Game.cpp
@ -13,10 +13,7 @@ set(SOURCES
Player.cpp
ScoreCard.cpp
SettingsDialog.cpp
)
set(GENERATED_SOURCES
HeartsGML.h
HeartsGML.cpp
)
serenity_app(Hearts ICON app-hearts)