diff options
Diffstat (limited to 'kbackgammon/sounds/CMakeLists.txt')
-rw-r--r-- | kbackgammon/sounds/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kbackgammon/sounds/CMakeLists.txt b/kbackgammon/sounds/CMakeLists.txt new file mode 100644 index 00000000..37e2c4cf --- /dev/null +++ b/kbackgammon/sounds/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +install( FILES kbackgammon-lost.wav kbackgammon-won.wav kbackgammon-roll.wav + kbackgammon-move.wav + DESTINATION ${DATA_INSTALL_DIR}/kbackgammon/sounds +) |