From afdfc9b17d1a626fecbfb3ac4c5828beea6fec47 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Wed, 8 May 2019 14:46:23 +0200 Subject: conversion to the cmake building system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gregory guy Signed-off-by: Slávek Banko --- part/icons/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 part/icons/CMakeLists.txt (limited to 'part/icons') diff --git a/part/icons/CMakeLists.txt b/part/icons/CMakeLists.txt new file mode 100644 index 0000000..b52267b --- /dev/null +++ b/part/icons/CMakeLists.txt @@ -0,0 +1,10 @@ +##### install application icon + +tde_install_icons( "${PROJECT_NAME}" ) + + +##### install actions icons + +tde_install_icons( "action-*" + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/icons +) -- cgit v1.2.1