ladybird/Userland/Demos/CatDog/CMakeLists.txt
Gunnar Beutner e0fe38ea25 CatDog: Help the user debug their programs
This adds helpful speech bubbles to CatDog. CatDog just wants to
help, that's all.
2021-05-09 15:21:23 +02:00

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)