mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
6 lines
121 B
CMake
6 lines
121 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(Clock.MenuApplet)
|
|
target_link_libraries(Clock.MenuApplet LibGUI LibCore LibGfx)
|