diff --git a/CMakeLists.txt b/CMakeLists.txt index 5fb4b53..fd67ce4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,3 +15,8 @@ install( PATTERN "*.png" PATTERN "*.jpg" ) + +install( + DIRECTORY sounds/ + DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/sounds/mde +) diff --git a/sounds/blink.ogg b/sounds/blink.ogg new file mode 100644 index 0000000..98d83f6 Binary files /dev/null and b/sounds/blink.ogg differ diff --git a/sounds/blink2.ogg b/sounds/blink2.ogg new file mode 100644 index 0000000..c0db160 Binary files /dev/null and b/sounds/blink2.ogg differ diff --git a/sounds/blink3.ogg b/sounds/blink3.ogg new file mode 100644 index 0000000..89b3d53 Binary files /dev/null and b/sounds/blink3.ogg differ diff --git a/sounds/blink4.ogg b/sounds/blink4.ogg new file mode 100644 index 0000000..48bd31c Binary files /dev/null and b/sounds/blink4.ogg differ