meson: install header files

This commit is contained in:
Daniel Eklöf 2019-05-03 22:43:41 +02:00
parent 095766ca12
commit aaa5239b07
2 changed files with 17 additions and 0 deletions

View file

@ -46,3 +46,5 @@ endif
bar = declare_dependency(
sources: ['bar.c', 'bar.h', 'private.h', 'backend.h'],
dependencies: bar_backends + [threads])
install_headers('bar.h', subdir: 'f00bar/bar')