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

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


install_headers(uvcgadget_public_headers,
                subdir : 'uvcgadget')

includes = include_directories('.')