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