summaryrefslogtreecommitdiff
path: root/Games/Breakout/CMakeLists.txt
blob: 7c34f1148ebbcee6b7b3cf45586bebbf908fa1e3 (plain)
1
2
3
4
5
6
7
set(SOURCES
    main.cpp
    Game.cpp
)

serenity_bin(Breakout)
target_link_libraries(Breakout LibGUI)