mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05: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)
|