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

set(SOURCES
    main.cpp
    EyesWidget.cpp
)

serenity_app(Eyes ICON app-eyes)
target_link_libraries(Eyes LibDesktop LibGUI LibGfx LibMain)