diff options
Diffstat (limited to 'kcontrol/input/pics/CMakeLists.txt')
-rw-r--r-- | kcontrol/input/pics/CMakeLists.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kcontrol/input/pics/CMakeLists.txt b/kcontrol/input/pics/CMakeLists.txt new file mode 100644 index 000000000..69c246e4f --- /dev/null +++ b/kcontrol/input/pics/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 +# +################################################# + +install( FILES + mouse_rh.png mouse_lh.png + DESTINATION ${DATA_INSTALL_DIR}/kcminput/pics ) |