File: meson.build

package info (click to toggle)
libxmlb 0.3.24-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,052 kB
  • sloc: ansic: 12,692; python: 569; xml: 83; sh: 81; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 165 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
gnome.gtkdoc(
  'libxmlb',
  src_dir : [
    'src',
    join_paths(meson.current_build_dir(), '..', 'src'),
  ],
  main_xml : 'libxmlb-docs.xml',
  install : true
)