summaryrefslogtreecommitdiff
path: root/Userland/Games/Spider/CMakeLists.txt
blob: f688fc8ac5eb184dd3cc887a2134b43a876b8559 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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)