Message ID | 20200923143949.310439-2-kieran.bingham@ideasonboard.com |
---|---|
State | Accepted |
Commit | d6b6ad950d73b21dd6dc58ddedd4c2cfd4b638ef |
Headers | show |
Series |
|
Related | show |
diff --git a/meson.build b/meson.build index c58d458ca0ff..dd71390baba5 100644 --- a/meson.build +++ b/meson.build @@ -101,9 +101,11 @@ add_project_link_arguments(cpp_arguments, language : 'cpp') libcamera_includes = include_directories('include') +# Utilities are parsed first to provide support for other components. +subdir('utils') + subdir('include') subdir('src') -subdir('utils') # The documentation and test components are optional and can be disabled # through configuration values. They are enabled by default.