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 LibGUI LibGfx)