1 2 3 4 5 6 7 8 9 10 11 12 13
serenity_component( Pong RECOMMENDED TARGETS Pong ) set(SOURCES main.cpp Game.cpp ) serenity_app(Pong ICON app-pong) target_link_libraries(Pong LibGUI)