mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:37:34 +00:00
13 lines
256 B
CMake
13 lines
256 B
CMake
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)
|