1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-30 22:38:12 +00:00
serenity/Userland/Applications/AnalogClock/CMakeLists.txt

7 lines
154 B
CMake

set(SOURCES
main.cpp
AnalogClock.cpp
)
serenity_app(AnalogClock ICON app-analog-clock)
target_link_libraries(AnalogClock LibGUI)