diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index f6b6c65c..12de8fa1 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -11,6 +11,11 @@ option('android_platform', value : 'generic', description : 'Select the Android platform to compile for') +option('cam', + type : 'feature', + value : 'auto', + description : 'Compile the cam test application') + option('documentation', type : 'feature', description : 'Generate the project documentation') |