mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
23cc88f83b
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)
|