mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05: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)
|