Mercurial > hg > pub > prymula > com
comparison DPF-Prymula-audioplugins/dpf/dgl/src/pugl-upstream/include/meson.build @ 3:84e66ea83026
DPF-Prymula-audioplugins-0.231015-2
author | prymula <prymula76@outlook.com> |
---|---|
date | Mon, 16 Oct 2023 21:53:34 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:cf2cb71d31dd | 3:84e66ea83026 |
---|---|
1 # Copyright 2021 David Robillard <d@drobilla.net> | |
2 # SPDX-License-Identifier: CC0-1.0 OR ISC | |
3 | |
4 c_headers = [ | |
5 'pugl/pugl.h', | |
6 | |
7 'pugl/cairo.h', | |
8 'pugl/gl.h', | |
9 'pugl/stub.h', | |
10 'pugl/vulkan.h', | |
11 ] | |
12 | |
13 c_header_files = files(c_headers) | |
14 | |
15 install_headers(c_headers, subdir: versioned_name / 'pugl') |