mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 01:20:25 +00:00
e0fe38ea25
This adds helpful speech bubbles to CatDog. CatDog just wants to help, that's all.
8 lines
145 B
CMake
8 lines
145 B
CMake
set(SOURCES
|
|
CatDog.cpp
|
|
SpeechBubble.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(CatDog ICON app-catdog)
|
|
target_link_libraries(CatDog LibGUI LibGfx)
|