diff options
Diffstat (limited to 'sounds/CMakeLists.txt')
-rw-r--r-- | sounds/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sounds/CMakeLists.txt b/sounds/CMakeLists.txt new file mode 100644 index 00000000..4af42dd0 --- /dev/null +++ b/sounds/CMakeLists.txt @@ -0,0 +1,15 @@ +################################################# +# +# (C) 2011 Golubev Alexander +# fatzer2 (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +install( FILES + KDE_Logout_new.wav + KDE_Startup_new.wav + DESTINATION ${SOUND_INSTALL_DIR} ) |