mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 05:07:45 +00:00
Games: Add BrickGame
This commit is contained in:
parent
73f4cfa930
commit
46c6176fad
9 changed files with 745 additions and 0 deletions
13
Userland/Games/BrickGame/CMakeLists.txt
Normal file
13
Userland/Games/BrickGame/CMakeLists.txt
Normal file
|
@ -0,0 +1,13 @@
|
|||
serenity_component(
|
||||
BrickGame
|
||||
RECOMMENDED
|
||||
TARGETS BrickGame
|
||||
)
|
||||
|
||||
set(SOURCES
|
||||
main.cpp
|
||||
BrickGame.cpp
|
||||
)
|
||||
|
||||
serenity_app(BrickGame ICON app-brickgame)
|
||||
target_link_libraries(BrickGame PRIVATE LibGUI LibCore LibGfx LibConfig LibMain LibDesktop)
|
Loading…
Add table
Add a link
Reference in a new issue