serenity/Userland/Games/Breakout/CMakeLists.txt
2021-01-12 12:04:23 +01:00

8 lines
147 B
CMake

set(SOURCES
main.cpp
Game.cpp
LevelSelectDialog.cpp
)
serenity_app(Breakout ICON app-breakout)
target_link_libraries(Breakout LibGUI)