mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:57:36 +00:00
MasterWord: Use GML compiler
This commit is contained in:
parent
18124a5611
commit
4e2e2027c3
5 changed files with 29 additions and 11 deletions
|
@ -4,15 +4,12 @@ serenity_component(
|
|||
TARGETS MasterWord
|
||||
)
|
||||
|
||||
stringify_gml(MasterWord.gml MasterWordGML.h master_word_gml)
|
||||
compile_gml(MasterWord.gml MasterWordGML.cpp master_word_gml)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
WordGame.cpp
|
||||
)
|
||||
|
||||
set(GENERATED_SOURCES
|
||||
MasterWordGML.h
|
||||
MasterWordGML.cpp
|
||||
)
|
||||
|
||||
serenity_app(MasterWord ICON app-masterword)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue