project: add mmsg as sub project

This commit is contained in:
DreamMaoMao 2025-10-18 12:43:03 +08:00
parent c756233964
commit fd3e9a8c2c
7 changed files with 1143 additions and 2 deletions

View file

@ -3,6 +3,7 @@ project('mango', ['c', 'cpp'],
)
subdir('protocols')
subdir('mmsg')
is_nixos = false
os_release = run_command('cat', '/etc/os-release', check: false)
@ -118,4 +119,4 @@ desktop_install_dir = join_paths(prefix, 'share/wayland-sessions')
install_data('mango.desktop', install_dir : desktop_install_dir)
# 安装 config.conf
install_data('config.conf', install_dir : join_paths(sysconfdir, 'mango'))
install_data('config.conf', install_dir : join_paths(sysconfdir, 'mango'))