summaryrefslogtreecommitdiff
path: root/MenuApplets/Clock/CMakeLists.txt
blob: ee75b7f455b8ef53d56a268ab67853e3ffb89760 (plain)
1
2
3
4
5
6
set(SOURCES
    main.cpp
)

serenity_bin(Clock.MenuApplet)
target_link_libraries(Clock.MenuApplet LibGUI LibCore LibGfx)