mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 00:37:34 +00:00

Made with HackStudio! This needs some love to feel like a proper game, but the basics are here.
7 lines
103 B
CMake
7 lines
103 B
CMake
set(SOURCES
|
|
main.cpp
|
|
Game.cpp
|
|
)
|
|
|
|
serenity_bin(Breakout)
|
|
target_link_libraries(Breakout LibGUI)
|