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

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


install_headers(uvcgadget_public_headers,
                subdir : 'uvcgadget')

includes = include_directories('.')