diff options
Diffstat (limited to 'kicker/data/icons')
-rw-r--r-- | kicker/data/icons/CMakeLists.txt | 14 | ||||
-rw-r--r-- | kicker/data/icons/actions/CMakeLists.txt | 12 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kicker/data/icons/CMakeLists.txt b/kicker/data/icons/CMakeLists.txt new file mode 100644 index 000000000..de899ab17 --- /dev/null +++ b/kicker/data/icons/CMakeLists.txt @@ -0,0 +1,14 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( actions ) + +tde_install_icons( ) diff --git a/kicker/data/icons/actions/CMakeLists.txt b/kicker/data/icons/actions/CMakeLists.txt new file mode 100644 index 000000000..8663307b0 --- /dev/null +++ b/kicker/data/icons/actions/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_install_icons( DESTINATION ${DATA_INSTALL_DIR}/kicker/icons ) |