blob: cd8a53a74e01ebfff655d4e26d9c412c07d653c5 (
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 PRIVATE LibCore LibDesktop LibGUI LibGfx LibMain)
|