summaryrefslogtreecommitdiff
path: root/Userland/Demos/Mouse/CMakeLists.txt
blob: c5509e991edff039f11e877f8c92fe6809e0b098 (plain)
1
2
3
4
5
6
7
8
9
10
11
serenity_component(
    Mouse
    TARGETS Mouse
)

set(SOURCES
    main.cpp
)

serenity_app(Mouse ICON app-mouse)
target_link_libraries(Mouse LibGUI LibGfx)