added sounds
This commit is contained in:
parent
d4f55798ca
commit
e98d186331
5 changed files with 5 additions and 0 deletions
|
|
@ -15,3 +15,8 @@ install(
|
||||||
PATTERN "*.png"
|
PATTERN "*.png"
|
||||||
PATTERN "*.jpg"
|
PATTERN "*.jpg"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install(
|
||||||
|
DIRECTORY sounds/
|
||||||
|
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/sounds/mde
|
||||||
|
)
|
||||||
|
|
|
||||||
BIN
sounds/blink.ogg
Normal file
BIN
sounds/blink.ogg
Normal file
Binary file not shown.
BIN
sounds/blink2.ogg
Normal file
BIN
sounds/blink2.ogg
Normal file
Binary file not shown.
BIN
sounds/blink3.ogg
Normal file
BIN
sounds/blink3.ogg
Normal file
Binary file not shown.
BIN
sounds/blink4.ogg
Normal file
BIN
sounds/blink4.ogg
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue