cpp_exess_rst = custom_target(
  'Exess C++ API Sphinx Input',
  command: [dox_to_sphinx, '-l', 'cpp', '-f', '@INPUT@', 'doc/cpp/api'],
  input: cpp_index_xml,
  output: 'exess.rst')