mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:07:34 +00:00

These are no longer displayed in the menu, so it doesn't make sense to call them menu applets. :^)
6 lines
111 B
CMake
6 lines
111 B
CMake
set(SOURCES
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(UserName.Applet)
|
|
target_link_libraries(UserName.Applet LibGUI LibGfx)
|