mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:58:11 +00:00

These are no longer displayed in the menu, so it doesn't make sense to call them menu applets. :^)
7 lines
180 B
CMake
7 lines
180 B
CMake
set(SOURCES
|
|
ClipboardHistoryModel.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(ClipboardHistory.Applet ICON edit-copy)
|
|
target_link_libraries(ClipboardHistory.Applet LibGUI LibCore LibGfx)
|