aboutsummaryrefslogtreecommitdiffstats
path: root/include/meson.build
blob: 403f666edbdf624f46b34a8671a4927f600a4517 (plain) (blame)
1
2
3
4
5
6
7
header = files([
  'calt.h',
  'mem.h',
  'alloc.h'
])

install_headers(header, subdir : 'calt')