From a9fbdbd29b32151d366123ca637b2a06736d6e05 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Nov 2011 20:37:40 -0600 Subject: Initial attempt at using the standard CMake system --- src/icons/CMakeLists.txt | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/icons/CMakeLists.txt') diff --git a/src/icons/CMakeLists.txt b/src/icons/CMakeLists.txt index e70476e..9c5d529 100644 --- a/src/icons/CMakeLists.txt +++ b/src/icons/CMakeLists.txt @@ -1,2 +1,12 @@ -KDESVN_INSTALL_ICONS(hicolor) +################################################# +# +# (C) 2011 Timothy Pearson +# kb9vqf (AT) pearsoncomputing.net +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/tdesvn/icons ) -- cgit v1.2.1