c987d3d2c9
Meson is on track to replace autotools as the build system of choice, so support it in addition to autotools. If all goes well, we'll eventually be able to drop the latter ... https://bugzilla.gnome.org/show_bug.cgi?id=783229
6 lines
119 B
Meson
6 lines
119 B
Meson
version_conf = configuration_data()
|
|
version_conf.set('VERSION', meson.project_version())
|
|
|
|
subdir('shell')
|
|
subdir('st')
|