libsecret/po/meson.build
Niels De Graef b19c309096 Add build support for Meson
To build with meson, use the following commands:

```
$ meson build
$ ninja -C build
 # in case you want to install
$ ninja -C build install
```
2019-01-19 21:03:56 +00:00

4 lines
54 B
Meson

i18n.gettext(meson.project_name(),
preset: 'glib'
)