mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00

This is a neat clone of xeyes. It demoes the new ellipse filling functionality, as well as the existing global mouse cursor tracking functionality :^)
7 lines
108 B
CMake
7 lines
108 B
CMake
set(SOURCES
|
|
main.cpp
|
|
EyesWidget.cpp
|
|
)
|
|
|
|
serenity_bin(Eyes)
|
|
target_link_libraries(Eyes LibGUI LibGfx)
|