mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 16:45:03 +00:00
13 lines
190 B
CMake
13 lines
190 B
CMake
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)
|