view DPF-Prymula-audioplugins/dpf/dgl/src/pugl-upstream/include/meson.build @ 4:0962f0296c8a

ColorsMemory-0.210503-1.1
author prymula <prymula76@outlook.com>
date Tue, 30 Jan 2024 16:43:10 +0100
parents 84e66ea83026
children
line wrap: on
line source

# Copyright 2021 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: CC0-1.0 OR ISC

c_headers = [
  'pugl/pugl.h',

  'pugl/cairo.h',
  'pugl/gl.h',
  'pugl/stub.h',
  'pugl/vulkan.h',
]

c_header_files = files(c_headers)

install_headers(c_headers, subdir: versioned_name / 'pugl')