27 lines
987 B
Diff
27 lines
987 B
Diff
diff --git a/icons-dark/CMakeLists.txt b/icons-dark/CMakeLists.txt
|
|
index f039db1..107c7e0 100644
|
|
--- a/icons-dark/CMakeLists.txt
|
|
+++ b/icons-dark/CMakeLists.txt
|
|
@@ -11,7 +11,7 @@ endif(WIN32)
|
|
|
|
########### install files ###############
|
|
|
|
-set( breeze_icon_dark_dirs actions apps categories devices emblems emotes mimetypes places status)
|
|
+set( breeze_icon_dark_dirs actions applets apps categories devices emblems emotes mimetypes places status)
|
|
|
|
|
|
set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze-dark)
|
|
diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt
|
|
index 6c6e3b7..8f0066c 100644
|
|
--- a/icons/CMakeLists.txt
|
|
+++ b/icons/CMakeLists.txt
|
|
@@ -11,7 +11,7 @@ endif(WIN32)
|
|
|
|
########### install files ###############
|
|
|
|
-set( breeze_icon_dirs actions apps categories devices emblems emotes mimetypes places status )
|
|
+set( breeze_icon_dirs actions applets apps categories devices emblems emotes mimetypes places status )
|
|
|
|
|
|
set(BREEZE_INSTALL_DIR ${ICON_INSTALL_DIR}/breeze)
|