mirror of
https://gitlab.gnome.org/GNOME/libsecret.git
synced 2024-12-22 12:48:51 +00:00
b19c309096
To build with meson, use the following commands: ``` $ meson build $ ninja -C build # in case you want to install $ ninja -C build install ```
5 lines
67 B
Meson
5 lines
67 B
Meson
subdir('man')
|
|
if with_gtkdoc
|
|
subdir('reference/libsecret')
|
|
endif
|