summaryrefslogtreecommitdiff
path: root/Userland/Demos/Mouse/CMakeLists.txt
blob: bee17077ac77c70c0a325bbb7ca50aa273b5036d (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 LibMain)