mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
17 lines
290 B
CMake
17 lines
290 B
CMake
serenity_component(
|
|
Spider
|
|
RECOMMENDED
|
|
TARGETS Spider
|
|
)
|
|
|
|
compile_gml(Spider.gml SpiderGML.h spider_gml)
|
|
|
|
set(SOURCES
|
|
Game.cpp
|
|
main.cpp
|
|
SpiderGML.h
|
|
)
|
|
|
|
serenity_app(Spider ICON app-spider)
|
|
target_link_libraries(Spider LibCards LibGUI LibGfx LibCore LibConfig LibMain)
|