From fbb5b1424b098b844b4f744cdeea97ba5279764f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 14 Jan 2021 02:36:19 +0100 Subject: cmake: Install application-specific icons in the application folder. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko (cherry picked from commit 5962b7e681adb58055898f2e35665934bd08e235) --- src/icons/CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/icons') diff --git a/src/icons/CMakeLists.txt b/src/icons/CMakeLists.txt index 7d025a1..03de5cc 100644 --- a/src/icons/CMakeLists.txt +++ b/src/icons/CMakeLists.txt @@ -1,3 +1,5 @@ ##### icons hicolor -tde_install_icons() +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/tork/icons ) + +tde_install_icons( app-tork ) -- cgit v1.2.1