From 695aba24f30be53f291c52ef42f2dce76fb656cf Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 1 Jul 2013 18:38:37 -0500 Subject: in data/CMakeLists.txt, install icons/' subdirectories, not the icons/ directory itself. --- data/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data/CMakeLists.txt') diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt index 6eb257c..e37f647 100644 --- a/data/CMakeLists.txt +++ b/data/CMakeLists.txt @@ -60,6 +60,11 @@ set (ICON_DIR "${ICON_PREFIX}/hicolor") message (STATUS "${ICON_DIR} is the Icon install dir") install (DIRECTORY icons + icons/16x16 + icons/22x22 + icons/24x24 + icons/32x32 + icons/scalable DESTINATION "${ICON_DIR}" FILES_MATCHING PATTERN "*.png" PATTERN "*.svg") -- cgit v1.2.3