1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:20:59 +00:00
serenity/Userland/Games/Conway/CMakeLists.txt
2021-01-12 12:04:23 +01:00

7 lines
115 B
CMake

set(SOURCES
main.cpp
Game.cpp
)
serenity_app(Conway ICON app-conway)
target_link_libraries(Conway LibGUI)