diff options
author | Timothy Pearson <[email protected]> | 2011-11-26 20:37:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-26 20:37:40 -0600 |
commit | a9fbdbd29b32151d366123ca637b2a06736d6e05 (patch) | |
tree | 9e86b48f7f6e776dcd9a1edea7705bfc93fd4a8d /src/icons/CMakeLists.txt | |
parent | 094b95b8a8d3d52ea4ce9035f8246dcdf054c7f5 (diff) | |
download | tdesvn-a9fbdbd29b32151d366123ca637b2a06736d6e05.tar.gz tdesvn-a9fbdbd29b32151d366123ca637b2a06736d6e05.zip |
Initial attempt at using the standard CMake system
Diffstat (limited to 'src/icons/CMakeLists.txt')
-rw-r--r-- | src/icons/CMakeLists.txt | 12 |
1 files changed, 11 insertions, 1 deletions
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 ) |