Skip to content

Commit e3dd851

Browse files
committed
install the generated file as a header file
1 parent d545baf commit e3dd851

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/avcpp/meson.build

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ endforeach
7171
configure_file(input : 'avconfig.h.in',
7272
output : 'avconfig.h',
7373
configuration : conf_data,
74-
format: 'cmake')
74+
format: 'cmake',
75+
install: true,
76+
install_dir: 'include/avcpp'
77+
)
7578

7679
#setting the include dir to the current folder (src)
7780
avcpp_incdir = include_directories('.','filters','..')

0 commit comments

Comments
 (0)