mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
14 lines
209 B
CMake
14 lines
209 B
CMake
serenity_component(
|
|
FlappyBug
|
|
RECOMMENDED
|
|
TARGETS FlappyBug
|
|
)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
Game.cpp
|
|
)
|
|
|
|
serenity_app(FlappyBug ICON app-flappybug)
|
|
target_link_libraries(FlappyBug LibGUI LibConfig)
|