Files
nix/misc/meson.build
2025-08-08 09:09:58 +02:00

16 lines
236 B
Meson

subdir('bash')
subdir('fish')
subdir('zsh')
if host_machine.system() == 'linux'
subdir('systemd')
endif
if host_machine.system() == 'darwin'
subdir('launchd')
endif
if host_machine.system() == 'freebsd'
subdir('freebsd')
endif