shithub: opus

ref: caf56aab41c53b129491c986844de029e619ce27
dir: /include/meson.build/

View raw version
opus_headers = [
  'opus.h',
  'opus_multistream.h',
  'opus_projection.h',
  'opus_types.h',
  'opus_defines.h',
]

if opt_custom_modes
  opus_headers += ['opus_custom.h']
endif

install_headers(opus_headers, subdir: 'opus')