diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libcamera/meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/libcamera/meson.build b/include/libcamera/meson.build index f47c583c..88edf620 100644 --- a/include/libcamera/meson.build +++ b/include/libcamera/meson.build @@ -44,6 +44,8 @@ foreach header : control_source_files install_dir : join_paths('include', include_dir)) endforeach +libcamera_api += control_headers + gen_header = files('gen-header.sh') libcamera_h = custom_target('gen-header', |