We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d545baf commit e3dd851Copy full SHA for e3dd851
1 file changed
src/avcpp/meson.build
@@ -71,7 +71,10 @@ endforeach
71
configure_file(input : 'avconfig.h.in',
72
output : 'avconfig.h',
73
configuration : conf_data,
74
- format: 'cmake')
+ format: 'cmake',
75
+ install: true,
76
+ install_dir: 'include/avcpp'
77
+ )
78
79
#setting the include dir to the current folder (src)
80
avcpp_incdir = include_directories('.','filters','..')
0 commit comments