tvl-depot/third_party/nix/misc/meson.build

14 lines
219 B
Meson
Raw Normal View History

# nix src build file
#============================================================================
misc_dirs = [
'launchd',
'systemd',
'systemv',
'upstart'
]
foreach dir : misc_dirs
subdir(dir)
endforeach