mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:18:11 +00:00
7 lines
122 B
CMake
7 lines
122 B
CMake
set(SOURCES
|
|
main.cpp
|
|
EyesWidget.cpp
|
|
)
|
|
|
|
serenity_app(Eyes ICON app-eyes)
|
|
target_link_libraries(Eyes LibGUI LibGfx)
|