1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 15:55:07 +00:00
serenity/Userland/Demos/CatDog/CMakeLists.txt
2021-11-25 08:49:31 +01:00

14 lines
230 B
CMake

serenity_component(
CatDog
RECOMMENDED
TARGETS CatDog
)
set(SOURCES
CatDog.cpp
SpeechBubble.cpp
main.cpp
)
serenity_app(CatDog ICON app-catdog)
target_link_libraries(CatDog LibGUI LibGfx LibCore LibMain)