mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
8 lines
109 B
CMake
8 lines
109 B
CMake
set(SOURCES
|
|
main.cpp
|
|
Game.cpp
|
|
)
|
|
|
|
serenity_app(Pong ICON app-pong)
|
|
target_link_libraries(Pong LibGUI)
|