File: meson.build

package info (click to toggle)
pulseaudio 16.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,888 kB
  • sloc: ansic: 155,893; sh: 1,042; python: 789; cpp: 431; perl: 166; xml: 84; makefile: 70
file content (10 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
cdata.set('DOXYGEN_OUTPUT_DIRECTORY', meson.current_build_dir())

doxygen_conf = configure_file(
  input : 'doxygen.conf.in',
  output : 'doxygen.conf',
  configuration : cdata,
)

run_target('doxygen',
  command : ['doxygen', doxygen_conf])