PIKApp/devel-docs/meson.build

18 lines
306 B
Meson
Raw Permalink Normal View History

2023-09-26 00:35:21 +02:00
devel_docs_build_root = meson.current_build_dir()
scan_args_common = [
'--deprecated-guards=PIKA_DISABLE_DEPRECATED',
]
mkdb_args_common = [
'--name-space=pika',
]
if gi_docgen.found() and have_gobject_introspection
subdir('reference')
endif
if get_option('g-ir-doc')
subdir('g-ir-docs')
endif