diff options
Diffstat (limited to 'kpoker/sounds/CMakeLists.txt')
-rw-r--r-- | kpoker/sounds/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kpoker/sounds/CMakeLists.txt b/kpoker/sounds/CMakeLists.txt new file mode 100644 index 00000000..82c0680e --- /dev/null +++ b/kpoker/sounds/CMakeLists.txt @@ -0,0 +1,5 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +install( FILES cardflip.wav hold.wav lose.wav win.wav + DESTINATION ${DATA_INSTALL_DIR}/kpoker/sounds +) |