The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
338 B
11 lines
338 B
project('gtkdoctest', 'c') |
|
|
|
gnome = import('gnome') |
|
|
|
assert(gnome.gtkdoc_html_dir('foobar') == 'share/gtkdoc/html/foobar', 'Gtkdoc install dir is incorrect.') |
|
|
|
inc = include_directories('include') |
|
|
|
# We have to disable this test until this bug fix has landed to |
|
# distros https://bugzilla.gnome.org/show_bug.cgi?id=753145 |
|
# subdir('doc')
|
|
|