1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:58:12 +00:00
serenity/Userland/Games/Pong/CMakeLists.txt
2021-01-12 12:04:23 +01:00

7 lines
109 B
CMake

set(SOURCES
main.cpp
Game.cpp
)
serenity_app(Pong ICON app-pong)
target_link_libraries(Pong LibGUI)