forked from AuroraMiddleware/gtk
7c29847fbf
We are building them, but not installing them.
11 lines
244 B
Meson
11 lines
244 B
Meson
toml_conf = configuration_data()
|
|
toml_conf.set('version', meson.project_version())
|
|
|
|
gidocgen = find_program('gi-docgen', required: get_option('gtk_doc'))
|
|
|
|
docs_dir = gtk_datadir / 'doc/gtk4/reference'
|
|
|
|
subdir('gdk')
|
|
subdir('gsk')
|
|
subdir('gtk')
|