Forgot to add a meson file.

This commit is contained in:
Storm Dragon
2025-12-26 23:52:55 -05:00
parent 66ece62423
commit 65bb663b0a

7
sounds/meson.build Normal file
View File

@@ -0,0 +1,7 @@
# Install sound theme files
# Themes are installed to: {datadir}/cthulhu/sounds/{theme_name}/
install_subdir(
'default',
install_dir: get_option('datadir') / 'cthulhu' / 'sounds'
)