Browse Source

fixup! WIP: Switch to Meson

zrythm_meson
David Robillard 2 years ago
parent
commit
83ebe7286c
  1. 2
      doc/c/xml/meson.build

2
doc/c/xml/meson.build

@ -13,7 +13,7 @@ c_doxyfile = configure_file(configuration: config, @@ -13,7 +13,7 @@ c_doxyfile = configure_file(configuration: config,
input: '../Doxyfile.in',
output: 'Doxyfile')
c_index_xml = custom_target('c-index.xml',
c_index_xml = custom_target('sratom-c-index.xml',
command: [doxygen, '@INPUT0@'],
input: [c_doxyfile] + c_header_files,
output: 'index.xml')

Loading…
Cancel
Save