aboutsummaryrefslogtreecommitdiffstats
path: root/src/meson.build
blob: 765ef7ca406fd8fce879ff9f41a294e6c6d2b9a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
src = files()

dirs = [
  'alloc',
  'mem',
]

foreach dir: dirs
  subdir(dir)
endforeach