mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +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)
|