about summary refs log tree commit diff
path: root/third_party/nix/misc/meson.build
blob: 1b381de5a16ea9d5a4f439af2907c7bf17b949fd (plain) (blame)
1
2
3
4
5
6
7
misc_dirs = [
  'systemd',
]

foreach dir : misc_dirs
    subdir(dir)
endforeach