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

install_headers(header, subdir : 'calt')