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:
parent
27339fe6e7
commit
343d6b001f
5 changed files with 30 additions and 13 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue