mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-12 17:37:53 +03:00
8 lines
173 B
CMake
8 lines
173 B
CMake
set(SOURCES
|
|
ClipboardHistoryModel.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_bin(ClipboardHistory.MenuApplet)
|
|
target_link_libraries(ClipboardHistory.MenuApplet LibGUI LibCore LibGfx)
|