# Copyright 2020-2022 David Robillard # SPDX-License-Identifier: 0BSD OR ISC cpp_serd_rst = custom_target( 'Serd C++ API ReST Documentation', command: [ sphinxygen, '-l', 'cpp', '-f', '@INPUT0@', meson.current_build_dir(), ], input: [cpp_index_xml] + cpp_rst_files, output: 'serd.rst', )