summaryrefslogtreecommitdiff
path: root/include/uvcgadget/meson.build
blob: a9e438484ef260909d897c81dda9bb46c7dffd4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: CC0-1.0

uvcgadget_public_headers = files([
  'configfs.h',
  'events.h',
  'libcamera-source.h',
  'list.h',
  'stream.h',
  'timer.h',
  'v4l2-source.h',
  'video-source.h',
  ])


install_headers(uvcgadget_public_headers,
                subdir : 'uvcgadget')

includes = include_directories('.')