serenity/Demos/Eyes/CMakeLists.txt
Sergey Bugaev 174ac5d348 Demos: Add Eyes demo
This is a neat clone of xeyes. It demoes the new ellipse filling functionality,
as well as the existing global mouse cursor tracking functionality :^)
2020-05-24 23:30:12 +02:00

8 lines
108 B
CMake

set(SOURCES
main.cpp
EyesWidget.cpp
)
serenity_bin(Eyes)
target_link_libraries(Eyes LibGUI LibGfx)