summaryrefslogtreecommitdiff
path: root/Userland/Demos/CatDog/CMakeLists.txt
blob: d03747eb57fa7f6aca0c3e6f806b98c05a59b824 (plain)
1
2
3
4
5
6
set(SOURCES
    main.cpp
)

serenity_app(CatDog ICON app-catdog)
target_link_libraries(CatDog LibGUI LibGfx)