mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 15:55:07 +00:00
14 lines
230 B
CMake
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)
|