# Copyright 2021 David Robillard # SPDX-License-Identifier: CC0-1.0 OR ISC cpp_pugl_rst = custom_target( 'C++ API ReST Documentation', command: [dox_to_sphinx, '-l', 'cpp', '-f', '@INPUT@', '@OUTDIR@'], input: cpp_index_xml, output: 'pugl.rst')