# Copyright 2021 David Robillard # SPDX-License-Identifier: 0BSD OR ISC cpp_headers = files( 'pugl/cairo.hpp', 'pugl/gl.hpp', 'pugl/pugl.hpp', 'pugl/stub.hpp', 'pugl/vulkan.hpp', ) install_headers(cpp_headers, subdir: 'puglpp' + version_suffix / 'pugl')