You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
353 B
CMake
14 lines
353 B
CMake
include(ECMInstallIcons)
|
|
|
|
ecm_install_icons(ICONS
|
|
16-apps-latte-dock.svg
|
|
22-apps-latte-dock.svg
|
|
24-apps-latte-dock.svg
|
|
32-apps-latte-dock.svg
|
|
48-apps-latte-dock.svg
|
|
sc-apps-latte-dock.svg
|
|
THEME hicolor
|
|
DESTINATION ${ICON_INSTALL_DIR})
|
|
|
|
install(FILES org.kde.latte.plasmoid.svg DESTINATION ${ICON_INSTALL_DIR}/breeze/applets/256)
|