aboutsummaryrefslogtreecommitdiffstats
path: root/doc/cpp/xml/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/cpp/xml/meson.build')
-rw-r--r--doc/cpp/xml/meson.build5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/cpp/xml/meson.build b/doc/cpp/xml/meson.build
index cede7a9..4fe1617 100644
--- a/doc/cpp/xml/meson.build
+++ b/doc/cpp/xml/meson.build
@@ -1,11 +1,6 @@
# Copyright 2021 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
-cpp_doxygen_input = []
-foreach h : c_headers + cpp_headers
- cpp_doxygen_input += ['..' / h]
-endforeach
-
config = configuration_data()
config.set('PUGL_SRCDIR', pugl_src_root)
config.set('DOX_OUTPUT', meson.current_build_dir() / '..')