diff options
author | Timothy Pearson <[email protected]> | 2013-05-29 17:49:42 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-05-29 17:49:42 -0500 |
commit | 520df6660d72845d06400c570375038e10967eeb (patch) | |
tree | 212cb0da3785de3d98176373e9a1200da353d4ca /tdelirc/icons/actions/CMakeLists.txt | |
parent | 2dc3c3f7b9a7a0dffcabaef12df37110943aec0f (diff) | |
download | tdeutils-520df6660d72845d06400c570375038e10967eeb.tar.gz tdeutils-520df6660d72845d06400c570375038e10967eeb.zip |
Fix tdelirc icon installation
Diffstat (limited to 'tdelirc/icons/actions/CMakeLists.txt')
-rw-r--r-- | tdelirc/icons/actions/CMakeLists.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tdelirc/icons/actions/CMakeLists.txt b/tdelirc/icons/actions/CMakeLists.txt new file mode 100644 index 0000000..db39038 --- /dev/null +++ b/tdelirc/icons/actions/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2013 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}/irkick/icons ) |