1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 22:57:35 +00:00

Spider: Port to the GML compiler

This commit is contained in:
david072 2023-11-12 10:17:00 +01:00 committed by Sam Atkins
parent b7bcdf7c53
commit 65b9cb63ee
4 changed files with 29 additions and 9 deletions

View file

@ -4,15 +4,12 @@ serenity_component(
TARGETS Spider
)
stringify_gml(Spider.gml SpiderGML.h spider_gml)
compile_gml(Spider.gml SpiderGML.cpp spider_gml)
set(SOURCES
Game.cpp
main.cpp
)
set(GENERATED_SOURCES
SpiderGML.h
SpiderGML.cpp
)
serenity_app(Spider ICON app-spider)