ladybird/Userland/Applets/ClipboardHistory/CMakeLists.txt
Andreas Kling 23cc88f83b Userland: Rename *.MenuApplet => *.Applet
These are no longer displayed in the menu, so it doesn't make sense to
call them menu applets. :^)
2021-04-04 16:29:55 +02:00

8 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)