mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
71298ad9ba
Simplified two pledge() and two unveil() by using TRY()
16 lines
290 B
CMake
16 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)
|