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