serenity/Userland/Games/Spider/CMakeLists.txt
pbrw 71298ad9ba Spider: Port to LibMain
Simplified two pledge() and two unveil() by using TRY()
2021-11-22 21:03:45 -08:00

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)