aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-05-27 12:44:32 -0400
committerDavid Robillard <d@drobilla.net>2023-05-27 12:44:32 -0400
commit5424d37e388fbc68343d05acffaed29b7698dd9c (patch)
tree791d432e2838aedea2d95e8330e2794dce7c7c61 /doc/cpp
parent6514fbd3fd8e72950d0867f2ab1ce14dc44b0371 (diff)
downloadpugl-5424d37e388fbc68343d05acffaed29b7698dd9c.tar.gz
pugl-5424d37e388fbc68343d05acffaed29b7698dd9c.tar.bz2
pugl-5424d37e388fbc68343d05acffaed29b7698dd9c.zip
Use files() for headers in meson
Diffstat (limited to 'doc/cpp')
-rw-r--r--doc/cpp/xml/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cpp/xml/meson.build b/doc/cpp/xml/meson.build
index 4fe1617..72bb8ee 100644
--- a/doc/cpp/xml/meson.build
+++ b/doc/cpp/xml/meson.build
@@ -14,7 +14,7 @@ cpp_doxyfile = configure_file(
cpp_index_xml = custom_target(
'cpp-index.xml',
command: [doxygen, '@INPUT0@'],
- input: [cpp_doxyfile] + c_header_files + cpp_header_files,
+ input: [cpp_doxyfile] + c_headers + cpp_headers,
output: 'index.xml',
)