mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:20:59 +00:00
8 lines
147 B
CMake
8 lines
147 B
CMake
set(SOURCES
|
|
main.cpp
|
|
Game.cpp
|
|
LevelSelectDialog.cpp
|
|
)
|
|
|
|
serenity_app(Breakout ICON app-breakout)
|
|
target_link_libraries(Breakout LibGUI)
|