1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00
serenity/Userland/Games/Spider/CMakeLists.txt
2023-11-24 11:45:32 +00:00

16 lines
313 B
CMake

serenity_component(
Spider
RECOMMENDED
TARGETS Spider
)
compile_gml(Spider.gml SpiderGML.cpp spider_gml)
set(SOURCES
Game.cpp
main.cpp
SpiderGML.cpp
)
serenity_app(Spider ICON app-spider)
target_link_libraries(Spider PRIVATE LibCards LibGUI LibGfx LibCore LibDesktop LibConfig LibMain)